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