Shades of Dark Cyan #02888F
Tints of Dark Cyan #02888F
RGB
CMYK
RGB Variations
Color information
#02888F (or 0x02888F) is known color: Dark Cyan. HEX triplet: 02, 88 and 8F. RGB value is (2,136,143). Sum of RGB (Red+Green+Blue) = 2+136+143=281 (37% of max value = 765). Red value is 2 (1.17% from 255 or 0.71% from 281); Green value is 136 (53.52% from 255 or 48.40% from 281); Blue value is 143 (56.25% from 255 or 50.89% from 281); Max value from RGB is 143 - color contains mainly: blue. Hex color #02888F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #02888F is #FD7770. Grayscale: #606060. Windows color (decimal): -16611185 or 9406466. OLE color: 9406466.
HSL color Cylindrical-coordinate representation of color #02888F: hue angle of 182.98º 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 #02888F is Cyan = 0.99, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 2 | 136 | 143 | - |
| CMYK | 0.99 | 0.05 | 0 | 0.44 |
| HSL | 182.98º | 0.97% | 0.28% | - |
| HSV(B) | 182.98º | 0.99% | 0.56% | - |
| XYZ | 13.79 | 19.6 | 29.04 | - |
| YUV | 96.73 | 154.11 | 60.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 136 | 143 | 0.99 | 0.05 | 0 | 0.44 | 182.98 | 0.97 | 0.28 |
| Hex | 2 | 88 | 8F | 63 | 5 | 0 | 2C | B7 | 61 | 1C |
| Octal | 2 | 210 | 217 | 143 | 5 | 0 | 54 | 267 | 141 | 34 |
| Binary | 10 | 10001000 | 10001111 | 1100011 | 101 | 0 | 101100 | 10110111 | 1100001 | 11100 |
Color Harmonies of #02888F
Complementary color
Monochromatic Colors of #02888F
Black with #02888F
Text Example
Text Example
White with #02888F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02888F; }
p { color: rgb(2,136,143); }
H1.HeaderClassName
{
color: #02888F;
}
.AnyTagClassName
{
color: #02888F;
}
</style>
background-color css
<style>
a { background-color: #02888F; }
a { background-color: rgb(2,136,143); }
div.DivClassName
{
background-color: #02888F;
}
.BgClassName
{
background-color: #02888F;
}
</style>
border-color css
<style>
span { border-color: #02888F; }
span { border-color: rgb(2,136,143); }
td.TdClassName
{
border-color: #02888F;
}
.TagClassName
{
border-color: #02888F;
}
</style>