Color spaces of #78c8ba
RGB | 120 | 200 | 186 |
---|---|---|---|
HSL | 0.47 | 0.42 | 0.63 |
HSV | 170° | 40° | 78° |
CMYK | 0.40 | 0.00 | 0.07 0.22 |
XYZ | 37.2629 | 48.8468 | 53.9188 |
Yxy | 48.8468 | 0.2661 | 0.3488 |
Hunter Lab | 69.8905 | -27.1391 | 3.1826 |
CIE-Lab | 75.3559 | -27.8303 | -0.7202 |
#78c8ba color RGB value is (120,200,186).
#78c8ba hex color red value is 120, green value is 200 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #78c8ba hue: 0.47 , saturation: 0.42 and the lightness value of 78c8ba is 0.63.
The process color (four color CMYK) of #78c8ba color hex is 0.40, 0.00, 0.07, 0.22. Web safe color of #78c8ba is #66cccc. Color #78c8ba contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01111000 | 11001000 | 10111010 |
Octal | 170 | 310 | 272 |
Decimal | 120 | 200 | 186 |
Hex | 78 | C8 | BA |
Shades of #78c8ba
Tints of #78c8ba
RGB Percentages of Color #78c8ba
CMYK Percentages of Color #78c8ba
Complementary Color
#78c8ba | #c87886 |
#78c8ba Color Preview on Black Background
Lorem ipsum dolor sit amet.
#78c8ba Color Preview on White Background
Lorem ipsum dolor sit amet.
#78c8ba Color CSS Codes
.mybgcolor {background-color:#78c8ba; } .myforecolor {color:#78c8ba; } .mybordercolor {border:3px solid #78c8ba; }
#78c8ba Text Font Color
<p style="color:#78c8ba">Text here</p>
This sample text font color is #78c8ba
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
#78c8ba Background Color
<div style="background-color:#78c8ba">
Div content here</div>
This div background color is #78c8ba
#78c8ba Border Color
<div style="border:3px solid #78c8ba">
Div here</div>
This div border color is #78c8ba
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(120,200,186, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #78c8ba; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #78c8ba; -webkit-box-shadow: 1px 1px 3px 2px #78c8ba; box-shadow: 1px 1px 3px 2px #78c8ba; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(120,200,186, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #78c8ba">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #78c8ba; -webkit-box-shadow: 1px 1px 3px 2px #78c8ba; box-shadow: 1px 1px 3px 2px #78c8ba;">
Div content here</div>
This div box has shadow with color #78c8ba
Comments
No comments written yet.
Please login to write comment.