Shades of Dark Cyan #078A8E
Tints of Dark Cyan #078A8E
RGB
CMYK
RGB Variations
Color information
#078A8E (or 0x078A8E) is known color: Dark Cyan. HEX triplet: 07, 8A and 8E. RGB value is (7,138,142). Sum of RGB (Red+Green+Blue) = 7+138+142=287 (38% of max value = 765). Red value is 7 (3.12% from 255 or 2.44% from 287); Green value is 138 (54.30% from 255 or 48.08% from 287); Blue value is 142 (55.86% from 255 or 49.48% from 287); Max value from RGB is 142 - color contains mainly: blue. Hex color #078A8E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #078A8E is #F87571. Grayscale: #636363. Windows color (decimal): -16282994 or 9341447. OLE color: 9341447.
HSL color Cylindrical-coordinate representation of color #078A8E: hue angle of 181.78º degrees, saturation: 0.91, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #078A8E is Cyan = 0.95, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 7 | 138 | 142 | - |
| CMYK | 0.95 | 0.03 | 0 | 0.44 |
| HSL | 181.78º | 0.91% | 0.29% | - |
| HSV(B) | 181.78º | 0.95% | 0.56% | - |
| XYZ | 14.06 | 20.18 | 28.74 | - |
| YUV | 99.29 | 152.1 | 62.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 138 | 142 | 0.95 | 0.03 | 0 | 0.44 | 181.78 | 0.91 | 0.29 |
| Hex | 7 | 8A | 8E | 5F | 3 | 0 | 2C | B6 | 5B | 1D |
| Octal | 7 | 212 | 216 | 137 | 3 | 0 | 54 | 266 | 133 | 35 |
| Binary | 111 | 10001010 | 10001110 | 1011111 | 11 | 0 | 101100 | 10110110 | 1011011 | 11101 |
Color Harmonies of #078A8E
Complementary color
Monochromatic Colors of #078A8E
Black with #078A8E
Text Example
Text Example
White with #078A8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #078A8E; }
p { color: rgb(7,138,142); }
H1.HeaderClassName
{
color: #078A8E;
}
.AnyTagClassName
{
color: #078A8E;
}
</style>
background-color css
<style>
a { background-color: #078A8E; }
a { background-color: rgb(7,138,142); }
div.DivClassName
{
background-color: #078A8E;
}
.BgClassName
{
background-color: #078A8E;
}
</style>
border-color css
<style>
span { border-color: #078A8E; }
span { border-color: rgb(7,138,142); }
td.TdClassName
{
border-color: #078A8E;
}
.TagClassName
{
border-color: #078A8E;
}
</style>