Shades of Caribbean Green #02DC8A
Tints of Caribbean Green #02DC8A
RGB
CMYK
RGB Variations
Color information
#02DC8A (or 0x02DC8A) is known color: Caribbean Green. HEX triplet: 02, DC and 8A. RGB value is (2,220,138). Sum of RGB (Red+Green+Blue) = 2+220+138=360 (47% of max value = 765). Red value is 2 (1.17% from 255 or 0.56% from 360); Green value is 220 (86.33% from 255 or 61.11% from 360); Blue value is 138 (54.30% from 255 or 38.33% from 360); Max value from RGB is 220 - color contains mainly: green. Hex color #02DC8A is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #02DC8A is #FD2375. Grayscale: #919191. Windows color (decimal): -16589686 or 9100290. OLE color: 9100290.
HSL color Cylindrical-coordinate representation of color #02DC8A: hue angle of 157.43º 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 #02DC8A is Cyan = 0.99, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 2 | 220 | 138 | - |
| CMYK | 0.99 | 0 | 0.37 | 0.14 |
| HSL | 157.43º | 0.98% | 0.44% | - |
| HSV(B) | 157.43º | 0.99% | 0.86% | - |
| XYZ | 30.21 | 53.03 | 32.69 | - |
| YUV | 145.47 | 123.78 | 25.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 220 | 138 | 0.99 | 0 | 0.37 | 0.14 | 157.43 | 0.98 | 0.44 |
| Hex | 2 | DC | 8A | 63 | 0 | 25 | E | 9D | 62 | 2C |
| Octal | 2 | 334 | 212 | 143 | 0 | 45 | 16 | 235 | 142 | 54 |
| Binary | 10 | 11011100 | 10001010 | 1100011 | 0 | 100101 | 1110 | 10011101 | 1100010 | 101100 |
Color Harmonies of #02DC8A
Complementary color
Monochromatic Colors of #02DC8A
Black with #02DC8A
Text Example
Text Example
White with #02DC8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02DC8A; }
p { color: rgb(2,220,138); }
H1.HeaderClassName
{
color: #02DC8A;
}
.AnyTagClassName
{
color: #02DC8A;
}
</style>
background-color css
<style>
a { background-color: #02DC8A; }
a { background-color: rgb(2,220,138); }
div.DivClassName
{
background-color: #02DC8A;
}
.BgClassName
{
background-color: #02DC8A;
}
</style>
border-color css
<style>
span { border-color: #02DC8A; }
span { border-color: rgb(2,220,138); }
td.TdClassName
{
border-color: #02DC8A;
}
.TagClassName
{
border-color: #02DC8A;
}
</style>