Shades of Caribbean Green #02DC9B
Tints of Caribbean Green #02DC9B
RGB
CMYK
RGB Variations
Color information
#02DC9B (or 0x02DC9B) is known color: Caribbean Green. HEX triplet: 02, DC and 9B. RGB value is (2,220,155). Sum of RGB (Red+Green+Blue) = 2+220+155=377 (49% of max value = 765). Red value is 2 (1.17% from 255 or 0.53% from 377); Green value is 220 (86.33% from 255 or 58.36% from 377); Blue value is 155 (60.94% from 255 or 41.11% from 377); Max value from RGB is 220 - color contains mainly: green. Hex color #02DC9B is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #02DC9B is #FD2364. Grayscale: #939393. Windows color (decimal): -16589669 or 10214402. OLE color: 10214402.
HSL color Cylindrical-coordinate representation of color #02DC9B: hue angle of 162.11º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02DC9B is Cyan = 0.99, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 2 | 220 | 155 | - |
| CMYK | 0.99 | 0 | 0.30 | 0.14 |
| HSL | 162.11º | 0.98% | 0.44% | - |
| HSV(B) | 162.11º | 0.99% | 0.86% | - |
| XYZ | 31.53 | 53.57 | 39.69 | - |
| YUV | 147.41 | 132.28 | 24.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 220 | 155 | 0.99 | 0 | 0.30 | 0.14 | 162.11 | 0.98 | 0.44 |
| Hex | 2 | DC | 9B | 63 | 0 | 1E | E | A2 | 62 | 2C |
| Octal | 2 | 334 | 233 | 143 | 0 | 36 | 16 | 242 | 142 | 54 |
| Binary | 10 | 11011100 | 10011011 | 1100011 | 0 | 11110 | 1110 | 10100010 | 1100010 | 101100 |
Color Harmonies of #02DC9B
Complementary color
Monochromatic Colors of #02DC9B
Black with #02DC9B
Text Example
Text Example
White with #02DC9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02DC9B; }
p { color: rgb(2,220,155); }
H1.HeaderClassName
{
color: #02DC9B;
}
.AnyTagClassName
{
color: #02DC9B;
}
</style>
background-color css
<style>
a { background-color: #02DC9B; }
a { background-color: rgb(2,220,155); }
div.DivClassName
{
background-color: #02DC9B;
}
.BgClassName
{
background-color: #02DC9B;
}
</style>
border-color css
<style>
span { border-color: #02DC9B; }
span { border-color: rgb(2,220,155); }
td.TdClassName
{
border-color: #02DC9B;
}
.TagClassName
{
border-color: #02DC9B;
}
</style>