Shades of Dark Cyan #02888B
Tints of Dark Cyan #02888B
RGB
CMYK
RGB Variations
Color information
#02888B (or 0x02888B) is known color: Dark Cyan. HEX triplet: 02, 88 and 8B. RGB value is (2,136,139). Sum of RGB (Red+Green+Blue) = 2+136+139=277 (36% of max value = 765). Red value is 2 (1.17% from 255 or 0.72% from 277); Green value is 136 (53.52% from 255 or 49.10% from 277); Blue value is 139 (54.69% from 255 or 50.18% from 277); Max value from RGB is 139 - color contains mainly: blue. Hex color #02888B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #02888B is #FD7774. Grayscale: #606060. Windows color (decimal): -16611189 or 9144322. OLE color: 9144322.
HSL color Cylindrical-coordinate representation of color #02888B: hue angle of 181.31º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02888B is Cyan = 0.99, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 2 | 136 | 139 | - |
| CMYK | 0.99 | 0.02 | 0 | 0.45 |
| HSL | 181.31º | 0.97% | 0.28% | - |
| HSV(B) | 181.31º | 0.99% | 0.55% | - |
| XYZ | 13.49 | 19.49 | 27.48 | - |
| YUV | 96.28 | 152.11 | 60.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 136 | 139 | 0.99 | 0.02 | 0 | 0.45 | 181.31 | 0.97 | 0.28 |
| Hex | 2 | 88 | 8B | 63 | 2 | 0 | 2D | B5 | 61 | 1C |
| Octal | 2 | 210 | 213 | 143 | 2 | 0 | 55 | 265 | 141 | 34 |
| Binary | 10 | 10001000 | 10001011 | 1100011 | 10 | 0 | 101101 | 10110101 | 1100001 | 11100 |
Color Harmonies of #02888B
Complementary color
Monochromatic Colors of #02888B
Black with #02888B
Text Example
Text Example
White with #02888B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02888B; }
p { color: rgb(2,136,139); }
H1.HeaderClassName
{
color: #02888B;
}
.AnyTagClassName
{
color: #02888B;
}
</style>
background-color css
<style>
a { background-color: #02888B; }
a { background-color: rgb(2,136,139); }
div.DivClassName
{
background-color: #02888B;
}
.BgClassName
{
background-color: #02888B;
}
</style>
border-color css
<style>
span { border-color: #02888B; }
span { border-color: rgb(2,136,139); }
td.TdClassName
{
border-color: #02888B;
}
.TagClassName
{
border-color: #02888B;
}
</style>