Shades of Dark Cyan #02838C
Tints of Dark Cyan #02838C
RGB
CMYK
RGB Variations
Color information
#02838C (or 0x02838C) is known color: Dark Cyan. HEX triplet: 02, 83 and 8C. RGB value is (2,131,140). Sum of RGB (Red+Green+Blue) = 2+131+140=273 (36% of max value = 765). Red value is 2 (1.17% from 255 or 0.73% from 273); Green value is 131 (51.56% from 255 or 47.99% from 273); Blue value is 140 (55.08% from 255 or 51.28% from 273); Max value from RGB is 140 - color contains mainly: blue. Hex color #02838C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #02838C is #FD7C73. Grayscale: #5D5D5D. Windows color (decimal): -16612468 or 9208578. OLE color: 9208578.
HSL color Cylindrical-coordinate representation of color #02838C: hue angle of 183.91º 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 #02838C is Cyan = 0.99, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 2 | 131 | 140 | - |
| CMYK | 0.99 | 0.06 | 0 | 0.45 |
| HSL | 183.91º | 0.97% | 0.28% | - |
| HSV(B) | 183.91º | 0.99% | 0.55% | - |
| XYZ | 12.87 | 18.14 | 27.63 | - |
| YUV | 93.46 | 154.26 | 62.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 131 | 140 | 0.99 | 0.06 | 0 | 0.45 | 183.91 | 0.97 | 0.28 |
| Hex | 2 | 83 | 8C | 63 | 6 | 0 | 2D | B8 | 61 | 1C |
| Octal | 2 | 203 | 214 | 143 | 6 | 0 | 55 | 270 | 141 | 34 |
| Binary | 10 | 10000011 | 10001100 | 1100011 | 110 | 0 | 101101 | 10111000 | 1100001 | 11100 |
Color Harmonies of #02838C
Complementary color
Monochromatic Colors of #02838C
Black with #02838C
Text Example
Text Example
White with #02838C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02838C; }
p { color: rgb(2,131,140); }
H1.HeaderClassName
{
color: #02838C;
}
.AnyTagClassName
{
color: #02838C;
}
</style>
background-color css
<style>
a { background-color: #02838C; }
a { background-color: rgb(2,131,140); }
div.DivClassName
{
background-color: #02838C;
}
.BgClassName
{
background-color: #02838C;
}
</style>
border-color css
<style>
span { border-color: #02838C; }
span { border-color: rgb(2,131,140); }
td.TdClassName
{
border-color: #02838C;
}
.TagClassName
{
border-color: #02838C;
}
</style>