Shades of Dark Cyan #078D89
Tints of Dark Cyan #078D89
RGB
CMYK
RGB Variations
Color information
#078D89 (or 0x078D89) is known color: Dark Cyan. HEX triplet: 07, 8D and 89. RGB value is (7,141,137). Sum of RGB (Red+Green+Blue) = 7+141+137=285 (37% of max value = 765). Red value is 7 (3.12% from 255 or 2.46% from 285); Green value is 141 (55.47% from 255 or 49.47% from 285); Blue value is 137 (53.91% from 255 or 48.07% from 285); Max value from RGB is 141 - color contains mainly: green. Hex color #078D89 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #078D89 is #F87276. Grayscale: #646464. Windows color (decimal): -16282231 or 9014535. OLE color: 9014535.
HSL color Cylindrical-coordinate representation of color #078D89: hue angle of 178.21º degrees, saturation: 0.91, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #078D89 is Cyan = 0.95, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 7 | 141 | 137 | - |
| CMYK | 0.95 | 0 | 0.03 | 0.45 |
| HSL | 178.21º | 0.91% | 0.29% | - |
| HSV(B) | 178.21º | 0.95% | 0.55% | - |
| XYZ | 14.13 | 20.9 | 26.96 | - |
| YUV | 100.48 | 148.61 | 61.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 141 | 137 | 0.95 | 0 | 0.03 | 0.45 | 178.21 | 0.91 | 0.29 |
| Hex | 7 | 8D | 89 | 5F | 0 | 3 | 2D | B2 | 5B | 1D |
| Octal | 7 | 215 | 211 | 137 | 0 | 3 | 55 | 262 | 133 | 35 |
| Binary | 111 | 10001101 | 10001001 | 1011111 | 0 | 11 | 101101 | 10110010 | 1011011 | 11101 |
Color Harmonies of #078D89
Complementary color
Monochromatic Colors of #078D89
Black with #078D89
Text Example
Text Example
White with #078D89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #078D89; }
p { color: rgb(7,141,137); }
H1.HeaderClassName
{
color: #078D89;
}
.AnyTagClassName
{
color: #078D89;
}
</style>
background-color css
<style>
a { background-color: #078D89; }
a { background-color: rgb(7,141,137); }
div.DivClassName
{
background-color: #078D89;
}
.BgClassName
{
background-color: #078D89;
}
</style>
border-color css
<style>
span { border-color: #078D89; }
span { border-color: rgb(7,141,137); }
td.TdClassName
{
border-color: #078D89;
}
.TagClassName
{
border-color: #078D89;
}
</style>