Shades of Dark Cyan #02888E
Tints of Dark Cyan #02888E
RGB
CMYK
RGB Variations
Color information
#02888E (or 0x02888E) is known color: Dark Cyan. HEX triplet: 02, 88 and 8E. RGB value is (2,136,142). Sum of RGB (Red+Green+Blue) = 2+136+142=280 (37% of max value = 765). Red value is 2 (1.17% from 255 or 0.71% from 280); Green value is 136 (53.52% from 255 or 48.57% from 280); Blue value is 142 (55.86% from 255 or 50.71% from 280); Max value from RGB is 142 - color contains mainly: blue. Hex color #02888E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #02888E is #FD7771. Grayscale: #606060. Windows color (decimal): -16611186 or 9340930. OLE color: 9340930.
HSL color Cylindrical-coordinate representation of color #02888E: hue angle of 182.57º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02888E is Cyan = 0.99, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 2 | 136 | 142 | - |
| CMYK | 0.99 | 0.04 | 0 | 0.44 |
| HSL | 182.57º | 0.97% | 0.28% | - |
| HSV(B) | 182.57º | 0.99% | 0.56% | - |
| XYZ | 13.71 | 19.57 | 28.65 | - |
| YUV | 96.62 | 153.61 | 60.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 136 | 142 | 0.99 | 0.04 | 0 | 0.44 | 182.57 | 0.97 | 0.28 |
| Hex | 2 | 88 | 8E | 63 | 4 | 0 | 2C | B7 | 61 | 1C |
| Octal | 2 | 210 | 216 | 143 | 4 | 0 | 54 | 267 | 141 | 34 |
| Binary | 10 | 10001000 | 10001110 | 1100011 | 100 | 0 | 101100 | 10110111 | 1100001 | 11100 |
Color Harmonies of #02888E
Complementary color
Monochromatic Colors of #02888E
Black with #02888E
Text Example
Text Example
White with #02888E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02888E; }
p { color: rgb(2,136,142); }
H1.HeaderClassName
{
color: #02888E;
}
.AnyTagClassName
{
color: #02888E;
}
</style>
background-color css
<style>
a { background-color: #02888E; }
a { background-color: rgb(2,136,142); }
div.DivClassName
{
background-color: #02888E;
}
.BgClassName
{
background-color: #02888E;
}
</style>
border-color css
<style>
span { border-color: #02888E; }
span { border-color: rgb(2,136,142); }
td.TdClassName
{
border-color: #02888E;
}
.TagClassName
{
border-color: #02888E;
}
</style>