Shades of Caribbean Green #02BDA9
Tints of Caribbean Green #02BDA9
RGB
CMYK
RGB Variations
Color information
#02BDA9 (or 0x02BDA9) is known color: Caribbean Green. HEX triplet: 02, BD and A9. RGB value is (2,189,169). Sum of RGB (Red+Green+Blue) = 2+189+169=360 (47% of max value = 765). Red value is 2 (1.17% from 255 or 0.56% from 360); Green value is 189 (74.22% from 255 or 52.5% from 360); Blue value is 169 (66.41% from 255 or 46.94% from 360); Max value from RGB is 189 - color contains mainly: green. Hex color #02BDA9 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #02BDA9 is #FD4256. Grayscale: #828282. Windows color (decimal): -16597591 or 11123970. OLE color: 11123970.
HSL color Cylindrical-coordinate representation of color #02BDA9: hue angle of 173.58º 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 #02BDA9 is Cyan = 0.99, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 2 | 189 | 169 | - |
| CMYK | 0.99 | 0 | 0.11 | 0.26 |
| HSL | 173.58º | 0.98% | 0.37% | - |
| HSV(B) | 173.58º | 0.99% | 0.74% | - |
| XYZ | 25.38 | 39.27 | 43.78 | - |
| YUV | 130.81 | 149.55 | 36.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 189 | 169 | 0.99 | 0 | 0.11 | 0.26 | 173.58 | 0.98 | 0.37 |
| Hex | 2 | BD | A9 | 63 | 0 | B | 1A | AE | 62 | 25 |
| Octal | 2 | 275 | 251 | 143 | 0 | 13 | 32 | 256 | 142 | 45 |
| Binary | 10 | 10111101 | 10101001 | 1100011 | 0 | 1011 | 11010 | 10101110 | 1100010 | 100101 |
Color Harmonies of #02BDA9
Complementary color
Monochromatic Colors of #02BDA9
Black with #02BDA9
Text Example
Text Example
White with #02BDA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02BDA9; }
p { color: rgb(2,189,169); }
H1.HeaderClassName
{
color: #02BDA9;
}
.AnyTagClassName
{
color: #02BDA9;
}
</style>
background-color css
<style>
a { background-color: #02BDA9; }
a { background-color: rgb(2,189,169); }
div.DivClassName
{
background-color: #02BDA9;
}
.BgClassName
{
background-color: #02BDA9;
}
</style>
border-color css
<style>
span { border-color: #02BDA9; }
span { border-color: rgb(2,189,169); }
td.TdClassName
{
border-color: #02BDA9;
}
.TagClassName
{
border-color: #02BDA9;
}
</style>