Shades of Caribbean Green #02BD99
Tints of Caribbean Green #02BD99
RGB
CMYK
RGB Variations
Color information
#02BD99 (or 0x02BD99) is known color: Caribbean Green. HEX triplet: 02, BD and 99. RGB value is (2,189,153). Sum of RGB (Red+Green+Blue) = 2+189+153=344 (45% of max value = 765). Red value is 2 (1.17% from 255 or 0.58% from 344); Green value is 189 (74.22% from 255 or 54.94% from 344); Blue value is 153 (60.16% from 255 or 44.48% from 344); Max value from RGB is 189 - color contains mainly: green. Hex color #02BD99 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #02BD99 is #FD4266. Grayscale: #808080. Windows color (decimal): -16597607 or 10075394. OLE color: 10075394.
HSL color Cylindrical-coordinate representation of color #02BD99: hue angle of 168.45º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02BD99 is Cyan = 0.99, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 2 | 189 | 153 | - |
| CMYK | 0.99 | 0 | 0.19 | 0.26 |
| HSL | 168.45º | 0.98% | 0.37% | - |
| HSV(B) | 168.45º | 0.99% | 0.74% | - |
| XYZ | 23.97 | 38.71 | 36.34 | - |
| YUV | 128.98 | 141.55 | 37.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 189 | 153 | 0.99 | 0 | 0.19 | 0.26 | 168.45 | 0.98 | 0.37 |
| Hex | 2 | BD | 99 | 63 | 0 | 13 | 1A | A8 | 62 | 25 |
| Octal | 2 | 275 | 231 | 143 | 0 | 23 | 32 | 250 | 142 | 45 |
| Binary | 10 | 10111101 | 10011001 | 1100011 | 0 | 10011 | 11010 | 10101000 | 1100010 | 100101 |
Color Harmonies of #02BD99
Complementary color
Monochromatic Colors of #02BD99
Black with #02BD99
Text Example
Text Example
White with #02BD99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02BD99; }
p { color: rgb(2,189,153); }
H1.HeaderClassName
{
color: #02BD99;
}
.AnyTagClassName
{
color: #02BD99;
}
</style>
background-color css
<style>
a { background-color: #02BD99; }
a { background-color: rgb(2,189,153); }
div.DivClassName
{
background-color: #02BD99;
}
.BgClassName
{
background-color: #02BD99;
}
</style>
border-color css
<style>
span { border-color: #02BD99; }
span { border-color: rgb(2,189,153); }
td.TdClassName
{
border-color: #02BD99;
}
.TagClassName
{
border-color: #02BD99;
}
</style>