Shades of Caribbean Green #02D688
Tints of Caribbean Green #02D688
RGB
CMYK
RGB Variations
Color information
#02D688 (or 0x02D688) is known color: Caribbean Green. HEX triplet: 02, D6 and 88. RGB value is (2,214,136). Sum of RGB (Red+Green+Blue) = 2+214+136=352 (46% of max value = 765). Red value is 2 (1.17% from 255 or 0.57% from 352); Green value is 214 (83.98% from 255 or 60.80% from 352); Blue value is 136 (53.52% from 255 or 38.64% from 352); Max value from RGB is 214 - color contains mainly: green. Hex color #02D688 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #02D688 is #FD2977. Grayscale: #8D8D8D. Windows color (decimal): -16591224 or 8967682. OLE color: 8967682.
HSL color Cylindrical-coordinate representation of color #02D688: hue angle of 157.92º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02D688 is Cyan = 0.99, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 2 | 214 | 136 | - |
| CMYK | 0.99 | 0 | 0.36 | 0.16 |
| HSL | 157.92º | 0.98% | 0.42% | - |
| HSV(B) | 157.92º | 0.99% | 0.84% | - |
| XYZ | 28.52 | 49.88 | 31.42 | - |
| YUV | 141.72 | 124.76 | 28.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 214 | 136 | 0.99 | 0 | 0.36 | 0.16 | 157.92 | 0.98 | 0.42 |
| Hex | 2 | D6 | 88 | 63 | 0 | 24 | 10 | 9E | 62 | 2A |
| Octal | 2 | 326 | 210 | 143 | 0 | 44 | 20 | 236 | 142 | 52 |
| Binary | 10 | 11010110 | 10001000 | 1100011 | 0 | 100100 | 10000 | 10011110 | 1100010 | 101010 |
Color Harmonies of #02D688
Complementary color
Monochromatic Colors of #02D688
Black with #02D688
Text Example
Text Example
White with #02D688
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02D688; }
p { color: rgb(2,214,136); }
H1.HeaderClassName
{
color: #02D688;
}
.AnyTagClassName
{
color: #02D688;
}
</style>
background-color css
<style>
a { background-color: #02D688; }
a { background-color: rgb(2,214,136); }
div.DivClassName
{
background-color: #02D688;
}
.BgClassName
{
background-color: #02D688;
}
</style>
border-color css
<style>
span { border-color: #02D688; }
span { border-color: rgb(2,214,136); }
td.TdClassName
{
border-color: #02D688;
}
.TagClassName
{
border-color: #02D688;
}
</style>