Shades of Caribbean Green #02BE90
Tints of Caribbean Green #02BE90
RGB
CMYK
RGB Variations
Color information
#02BE90 (or 0x02BE90) is known color: Caribbean Green. HEX triplet: 02, BE and 90. RGB value is (2,190,144). Sum of RGB (Red+Green+Blue) = 2+190+144=336 (44% of max value = 765). Red value is 2 (1.17% from 255 or 0.60% from 336); Green value is 190 (74.61% from 255 or 56.55% from 336); Blue value is 144 (56.64% from 255 or 42.86% from 336); Max value from RGB is 190 - color contains mainly: green. Hex color #02BE90 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #02BE90 is #FD416F. Grayscale: #808080. Windows color (decimal): -16597360 or 9485826. OLE color: 9485826.
HSL color Cylindrical-coordinate representation of color #02BE90: hue angle of 165.32º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02BE90 is Cyan = 0.99, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 2 | 190 | 144 | - |
| CMYK | 0.99 | 0 | 0.24 | 0.25 |
| HSL | 165.32º | 0.98% | 0.38% | - |
| HSV(B) | 165.32º | 0.99% | 0.75% | - |
| XYZ | 23.47 | 38.85 | 32.65 | - |
| YUV | 128.54 | 136.72 | 37.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 190 | 144 | 0.99 | 0 | 0.24 | 0.25 | 165.32 | 0.98 | 0.38 |
| Hex | 2 | BE | 90 | 63 | 0 | 18 | 19 | A5 | 62 | 26 |
| Octal | 2 | 276 | 220 | 143 | 0 | 30 | 31 | 245 | 142 | 46 |
| Binary | 10 | 10111110 | 10010000 | 1100011 | 0 | 11000 | 11001 | 10100101 | 1100010 | 100110 |
Color Harmonies of #02BE90
Complementary color
Monochromatic Colors of #02BE90
Black with #02BE90
Text Example
Text Example
White with #02BE90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02BE90; }
p { color: rgb(2,190,144); }
H1.HeaderClassName
{
color: #02BE90;
}
.AnyTagClassName
{
color: #02BE90;
}
</style>
background-color css
<style>
a { background-color: #02BE90; }
a { background-color: rgb(2,190,144); }
div.DivClassName
{
background-color: #02BE90;
}
.BgClassName
{
background-color: #02BE90;
}
</style>
border-color css
<style>
span { border-color: #02BE90; }
span { border-color: rgb(2,190,144); }
td.TdClassName
{
border-color: #02BE90;
}
.TagClassName
{
border-color: #02BE90;
}
</style>