Shades of Dark Cyan #02848E
Tints of Dark Cyan #02848E
RGB
CMYK
RGB Variations
Color information
#02848E (or 0x02848E) is known color: Dark Cyan. HEX triplet: 02, 84 and 8E. RGB value is (2,132,142). Sum of RGB (Red+Green+Blue) = 2+132+142=276 (36% of max value = 765). Red value is 2 (1.17% from 255 or 0.72% from 276); Green value is 132 (51.95% from 255 or 47.83% 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 #02848E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #02848E is #FD7B71. Grayscale: #5E5E5E. Windows color (decimal): -16612210 or 9339906. OLE color: 9339906.
HSL color Cylindrical-coordinate representation of color #02848E: hue angle of 184.29º 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 #02848E is Cyan = 0.99, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 2 | 132 | 142 | - |
| CMYK | 0.99 | 0.07 | 0 | 0.44 |
| HSL | 184.29º | 0.97% | 0.28% | - |
| HSV(B) | 184.29º | 0.99% | 0.56% | - |
| XYZ | 13.16 | 18.47 | 28.46 | - |
| YUV | 94.27 | 154.93 | 62.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 132 | 142 | 0.99 | 0.07 | 0 | 0.44 | 184.29 | 0.97 | 0.28 |
| Hex | 2 | 84 | 8E | 63 | 7 | 0 | 2C | B8 | 61 | 1C |
| Octal | 2 | 204 | 216 | 143 | 7 | 0 | 54 | 270 | 141 | 34 |
| Binary | 10 | 10000100 | 10001110 | 1100011 | 111 | 0 | 101100 | 10111000 | 1100001 | 11100 |
Color Harmonies of #02848E
Complementary color
Monochromatic Colors of #02848E
Black with #02848E
Text Example
Text Example
White with #02848E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02848E; }
p { color: rgb(2,132,142); }
H1.HeaderClassName
{
color: #02848E;
}
.AnyTagClassName
{
color: #02848E;
}
</style>
background-color css
<style>
a { background-color: #02848E; }
a { background-color: rgb(2,132,142); }
div.DivClassName
{
background-color: #02848E;
}
.BgClassName
{
background-color: #02848E;
}
</style>
border-color css
<style>
span { border-color: #02848E; }
span { border-color: rgb(2,132,142); }
td.TdClassName
{
border-color: #02848E;
}
.TagClassName
{
border-color: #02848E;
}
</style>