Shades of Caribbean Green #02D69B
Tints of Caribbean Green #02D69B
RGB
CMYK
RGB Variations
Color information
#02D69B (or 0x02D69B) is known color: Caribbean Green. HEX triplet: 02, D6 and 9B. RGB value is (2,214,155). Sum of RGB (Red+Green+Blue) = 2+214+155=371 (49% of max value = 765). Red value is 2 (1.17% from 255 or 0.54% from 371); Green value is 214 (83.98% from 255 or 57.68% from 371); Blue value is 155 (60.94% from 255 or 41.78% from 371); Max value from RGB is 214 - color contains mainly: green. Hex color #02D69B is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #02D69B is #FD2964. Grayscale: #8F8F8F. Windows color (decimal): -16591205 or 10212866. OLE color: 10212866.
HSL color Cylindrical-coordinate representation of color #02D69B: hue angle of 163.3º 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 #02D69B is Cyan = 0.99, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 2 | 214 | 155 | - |
| CMYK | 0.99 | 0 | 0.28 | 0.16 |
| HSL | 163.3º | 0.98% | 0.42% | - |
| HSV(B) | 163.3º | 0.99% | 0.84% | - |
| XYZ | 29.99 | 50.47 | 39.17 | - |
| YUV | 143.89 | 134.26 | 26.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 214 | 155 | 0.99 | 0 | 0.28 | 0.16 | 163.3 | 0.98 | 0.42 |
| Hex | 2 | D6 | 9B | 63 | 0 | 1C | 10 | A3 | 62 | 2A |
| Octal | 2 | 326 | 233 | 143 | 0 | 34 | 20 | 243 | 142 | 52 |
| Binary | 10 | 11010110 | 10011011 | 1100011 | 0 | 11100 | 10000 | 10100011 | 1100010 | 101010 |
Color Harmonies of #02D69B
Complementary color
Monochromatic Colors of #02D69B
Black with #02D69B
Text Example
Text Example
White with #02D69B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02D69B; }
p { color: rgb(2,214,155); }
H1.HeaderClassName
{
color: #02D69B;
}
.AnyTagClassName
{
color: #02D69B;
}
</style>
background-color css
<style>
a { background-color: #02D69B; }
a { background-color: rgb(2,214,155); }
div.DivClassName
{
background-color: #02D69B;
}
.BgClassName
{
background-color: #02D69B;
}
</style>
border-color css
<style>
span { border-color: #02D69B; }
span { border-color: rgb(2,214,155); }
td.TdClassName
{
border-color: #02D69B;
}
.TagClassName
{
border-color: #02D69B;
}
</style>