Shades of Dark Cyan #087E8E
Tints of Dark Cyan #087E8E
RGB
CMYK
RGB Variations
Color information
#087E8E (or 0x087E8E) is known color: Dark Cyan. HEX triplet: 08, 7E and 8E. RGB value is (8,126,142). Sum of RGB (Red+Green+Blue) = 8+126+142=276 (36% of max value = 765). Red value is 8 (3.52% from 255 or 2.90% from 276); Green value is 126 (49.61% from 255 or 45.65% from 276); Blue value is 142 (55.86% from 255 or 51.45% from 276); Max value from RGB is 142 - color contains mainly: blue. Hex color #087E8E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #087E8E is #F78171. Grayscale: #5C5C5C. Windows color (decimal): -16220530 or 9338376. OLE color: 9338376.
HSL color Cylindrical-coordinate representation of color #087E8E: hue angle of 187.16º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #087E8E is Cyan = 0.94, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 8 | 126 | 142 | - |
| CMYK | 0.94 | 0.11 | 0 | 0.44 |
| HSL | 187.16º | 0.89% | 0.29% | - |
| HSV(B) | 187.16º | 0.94% | 0.56% | - |
| XYZ | 12.44 | 16.93 | 28.2 | - |
| YUV | 92.54 | 155.91 | 67.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 126 | 142 | 0.94 | 0.11 | 0 | 0.44 | 187.16 | 0.89 | 0.29 |
| Hex | 8 | 7E | 8E | 5E | B | 0 | 2C | BB | 59 | 1D |
| Octal | 10 | 176 | 216 | 136 | 13 | 0 | 54 | 273 | 131 | 35 |
| Binary | 1000 | 1111110 | 10001110 | 1011110 | 1011 | 0 | 101100 | 10111011 | 1011001 | 11101 |
Color Harmonies of #087E8E
Complementary color
Monochromatic Colors of #087E8E
Black with #087E8E
Text Example
Text Example
White with #087E8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #087E8E; }
p { color: rgb(8,126,142); }
H1.HeaderClassName
{
color: #087E8E;
}
.AnyTagClassName
{
color: #087E8E;
}
</style>
background-color css
<style>
a { background-color: #087E8E; }
a { background-color: rgb(8,126,142); }
div.DivClassName
{
background-color: #087E8E;
}
.BgClassName
{
background-color: #087E8E;
}
</style>
border-color css
<style>
span { border-color: #087E8E; }
span { border-color: rgb(8,126,142); }
td.TdClassName
{
border-color: #087E8E;
}
.TagClassName
{
border-color: #087E8E;
}
</style>