Shades of Dark Cyan #078889
Tints of Dark Cyan #078889
RGB
CMYK
RGB Variations
Color information
#078889 (or 0x078889) is known color: Dark Cyan. HEX triplet: 07, 88 and 89. RGB value is (7,136,137). Sum of RGB (Red+Green+Blue) = 7+136+137=280 (37% of max value = 765). Red value is 7 (3.12% from 255 or 2.5% from 280); Green value is 136 (53.52% from 255 or 48.57% from 280); Blue value is 137 (53.91% from 255 or 48.93% from 280); Max value from RGB is 137 - color contains mainly: blue. Hex color #078889 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #078889 is #F87776. Grayscale: #616161. Windows color (decimal): -16283511 or 9013255. OLE color: 9013255.
HSL color Cylindrical-coordinate representation of color #078889: hue angle of 180.46º degrees, saturation: 0.9, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #078889 is Cyan = 0.95, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 7 | 136 | 137 | - |
| CMYK | 0.95 | 0.01 | 0 | 0.46 |
| HSL | 180.46º | 0.9% | 0.28% | - |
| HSV(B) | 180.46º | 0.95% | 0.54% | - |
| XYZ | 13.41 | 19.46 | 26.72 | - |
| YUV | 97.54 | 150.26 | 63.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 136 | 137 | 0.95 | 0.01 | 0 | 0.46 | 180.46 | 0.9 | 0.28 |
| Hex | 7 | 88 | 89 | 5F | 1 | 0 | 2E | B4 | 5A | 1C |
| Octal | 7 | 210 | 211 | 137 | 1 | 0 | 56 | 264 | 132 | 34 |
| Binary | 111 | 10001000 | 10001001 | 1011111 | 1 | 0 | 101110 | 10110100 | 1011010 | 11100 |
Color Harmonies of #078889
Complementary color
Monochromatic Colors of #078889
Black with #078889
Text Example
Text Example
White with #078889
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #078889; }
p { color: rgb(7,136,137); }
H1.HeaderClassName
{
color: #078889;
}
.AnyTagClassName
{
color: #078889;
}
</style>
background-color css
<style>
a { background-color: #078889; }
a { background-color: rgb(7,136,137); }
div.DivClassName
{
background-color: #078889;
}
.BgClassName
{
background-color: #078889;
}
</style>
border-color css
<style>
span { border-color: #078889; }
span { border-color: rgb(7,136,137); }
td.TdClassName
{
border-color: #078889;
}
.TagClassName
{
border-color: #078889;
}
</style>