Shades of Dark Cyan #078B87
Tints of Dark Cyan #078B87
RGB
CMYK
RGB Variations
Color information
#078B87 (or 0x078B87) is known color: Dark Cyan. HEX triplet: 07, 8B and 87. RGB value is (7,139,135). Sum of RGB (Red+Green+Blue) = 7+139+135=281 (37% of max value = 765). Red value is 7 (3.12% from 255 or 2.49% from 281); Green value is 139 (54.69% from 255 or 49.47% from 281); Blue value is 135 (53.12% from 255 or 48.04% from 281); Max value from RGB is 139 - color contains mainly: green. Hex color #078B87 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #078B87 is #F87478. Grayscale: #626262. Windows color (decimal): -16282745 or 8882951. OLE color: 8882951.
HSL color Cylindrical-coordinate representation of color #078B87: hue angle of 178.18º degrees, saturation: 0.9, 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 #078B87 is Cyan = 0.95, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 7 | 139 | 135 | - |
| CMYK | 0.95 | 0 | 0.03 | 0.45 |
| HSL | 178.18º | 0.9% | 0.29% | - |
| HSV(B) | 178.18º | 0.95% | 0.55% | - |
| XYZ | 13.69 | 20.26 | 26.11 | - |
| YUV | 99.08 | 148.27 | 62.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 139 | 135 | 0.95 | 0 | 0.03 | 0.45 | 178.18 | 0.9 | 0.29 |
| Hex | 7 | 8B | 87 | 5F | 0 | 3 | 2D | B2 | 5A | 1D |
| Octal | 7 | 213 | 207 | 137 | 0 | 3 | 55 | 262 | 132 | 35 |
| Binary | 111 | 10001011 | 10000111 | 1011111 | 0 | 11 | 101101 | 10110010 | 1011010 | 11101 |
Color Harmonies of #078B87
Complementary color
Monochromatic Colors of #078B87
Black with #078B87
Text Example
Text Example
White with #078B87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #078B87; }
p { color: rgb(7,139,135); }
H1.HeaderClassName
{
color: #078B87;
}
.AnyTagClassName
{
color: #078B87;
}
</style>
background-color css
<style>
a { background-color: #078B87; }
a { background-color: rgb(7,139,135); }
div.DivClassName
{
background-color: #078B87;
}
.BgClassName
{
background-color: #078B87;
}
</style>
border-color css
<style>
span { border-color: #078B87; }
span { border-color: rgb(7,139,135); }
td.TdClassName
{
border-color: #078B87;
}
.TagClassName
{
border-color: #078B87;
}
</style>