Shades of Dark Cyan #078885
Tints of Dark Cyan #078885
RGB
CMYK
RGB Variations
Color information
#078885 (or 0x078885) is known color: Dark Cyan. HEX triplet: 07, 88 and 85. RGB value is (7,136,133). Sum of RGB (Red+Green+Blue) = 7+136+133=276 (36% of max value = 765). Red value is 7 (3.12% from 255 or 2.54% from 276); Green value is 136 (53.52% from 255 or 49.28% from 276); Blue value is 133 (52.34% from 255 or 48.19% from 276); Max value from RGB is 136 - color contains mainly: green. Hex color #078885 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #078885 is #F8777A. Grayscale: #606060. Windows color (decimal): -16283515 or 8751111. OLE color: 8751111.
HSL color Cylindrical-coordinate representation of color #078885: hue angle of 178.6º degrees, saturation: 0.9, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #078885 is Cyan = 0.95, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 7 | 136 | 133 | - |
| CMYK | 0.95 | 0 | 0.02 | 0.47 |
| HSL | 178.6º | 0.9% | 0.28% | - |
| HSV(B) | 178.6º | 0.95% | 0.53% | - |
| XYZ | 13.13 | 19.35 | 25.23 | - |
| YUV | 97.09 | 148.26 | 63.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 136 | 133 | 0.95 | 0 | 0.02 | 0.47 | 178.6 | 0.9 | 0.28 |
| Hex | 7 | 88 | 85 | 5F | 0 | 2 | 2F | B3 | 5A | 1C |
| Octal | 7 | 210 | 205 | 137 | 0 | 2 | 57 | 263 | 132 | 34 |
| Binary | 111 | 10001000 | 10000101 | 1011111 | 0 | 10 | 101111 | 10110011 | 1011010 | 11100 |
Color Harmonies of #078885
Complementary color
Monochromatic Colors of #078885
Black with #078885
Text Example
Text Example
White with #078885
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #078885; }
p { color: rgb(7,136,133); }
H1.HeaderClassName
{
color: #078885;
}
.AnyTagClassName
{
color: #078885;
}
</style>
background-color css
<style>
a { background-color: #078885; }
a { background-color: rgb(7,136,133); }
div.DivClassName
{
background-color: #078885;
}
.BgClassName
{
background-color: #078885;
}
</style>
border-color css
<style>
span { border-color: #078885; }
span { border-color: rgb(7,136,133); }
td.TdClassName
{
border-color: #078885;
}
.TagClassName
{
border-color: #078885;
}
</style>