Shades of Dark Cyan #02828B
Tints of Dark Cyan #02828B
RGB
CMYK
RGB Variations
Color information
#02828B (or 0x02828B) is known color: Dark Cyan. HEX triplet: 02, 82 and 8B. RGB value is (2,130,139). Sum of RGB (Red+Green+Blue) = 2+130+139=271 (35% of max value = 765). Red value is 2 (1.17% from 255 or 0.74% from 271); Green value is 130 (51.17% from 255 or 47.97% from 271); Blue value is 139 (54.69% from 255 or 51.29% from 271); Max value from RGB is 139 - color contains mainly: blue. Hex color #02828B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #02828B is #FD7D74. Grayscale: #5C5C5C. Windows color (decimal): -16612725 or 9142786. OLE color: 9142786.
HSL color Cylindrical-coordinate representation of color #02828B: hue angle of 183.94º 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 #02828B is Cyan = 0.99, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 2 | 130 | 139 | - |
| CMYK | 0.99 | 0.06 | 0 | 0.45 |
| HSL | 183.94º | 0.97% | 0.28% | - |
| HSV(B) | 183.94º | 0.99% | 0.55% | - |
| XYZ | 12.67 | 17.84 | 27.2 | - |
| YUV | 92.75 | 154.09 | 63.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 130 | 139 | 0.99 | 0.06 | 0 | 0.45 | 183.94 | 0.97 | 0.28 |
| Hex | 2 | 82 | 8B | 63 | 6 | 0 | 2D | B8 | 61 | 1C |
| Octal | 2 | 202 | 213 | 143 | 6 | 0 | 55 | 270 | 141 | 34 |
| Binary | 10 | 10000010 | 10001011 | 1100011 | 110 | 0 | 101101 | 10111000 | 1100001 | 11100 |
Color Harmonies of #02828B
Complementary color
Monochromatic Colors of #02828B
Black with #02828B
Text Example
Text Example
White with #02828B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02828B; }
p { color: rgb(2,130,139); }
H1.HeaderClassName
{
color: #02828B;
}
.AnyTagClassName
{
color: #02828B;
}
</style>
background-color css
<style>
a { background-color: #02828B; }
a { background-color: rgb(2,130,139); }
div.DivClassName
{
background-color: #02828B;
}
.BgClassName
{
background-color: #02828B;
}
</style>
border-color css
<style>
span { border-color: #02828B; }
span { border-color: rgb(2,130,139); }
td.TdClassName
{
border-color: #02828B;
}
.TagClassName
{
border-color: #02828B;
}
</style>