Shades of Caribbean Green #02BD8B
Tints of Caribbean Green #02BD8B
RGB
CMYK
RGB Variations
Color information
#02BD8B (or 0x02BD8B) is known color: Caribbean Green. HEX triplet: 02, BD and 8B. RGB value is (2,189,139). Sum of RGB (Red+Green+Blue) = 2+189+139=330 (43% of max value = 765). Red value is 2 (1.17% from 255 or 0.61% from 330); Green value is 189 (74.22% from 255 or 57.27% from 330); Blue value is 139 (54.69% from 255 or 42.12% from 330); Max value from RGB is 189 - color contains mainly: green. Hex color #02BD8B is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #02BD8B is #FD4274. Grayscale: #7F7F7F. Windows color (decimal): -16597621 or 9157890. OLE color: 9157890.
HSL color Cylindrical-coordinate representation of color #02BD8B: hue angle of 163.96º 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 #02BD8B is Cyan = 0.99, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 2 | 189 | 139 | - |
| CMYK | 0.99 | 0 | 0.26 | 0.26 |
| HSL | 163.96º | 0.98% | 0.37% | - |
| HSV(B) | 163.96º | 0.99% | 0.74% | - |
| XYZ | 22.88 | 38.27 | 30.61 | - |
| YUV | 127.39 | 134.55 | 38.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 189 | 139 | 0.99 | 0 | 0.26 | 0.26 | 163.96 | 0.98 | 0.37 |
| Hex | 2 | BD | 8B | 63 | 0 | 1A | 1A | A4 | 62 | 25 |
| Octal | 2 | 275 | 213 | 143 | 0 | 32 | 32 | 244 | 142 | 45 |
| Binary | 10 | 10111101 | 10001011 | 1100011 | 0 | 11010 | 11010 | 10100100 | 1100010 | 100101 |
Color Harmonies of #02BD8B
Complementary color
Monochromatic Colors of #02BD8B
Black with #02BD8B
Text Example
Text Example
White with #02BD8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02BD8B; }
p { color: rgb(2,189,139); }
H1.HeaderClassName
{
color: #02BD8B;
}
.AnyTagClassName
{
color: #02BD8B;
}
</style>
background-color css
<style>
a { background-color: #02BD8B; }
a { background-color: rgb(2,189,139); }
div.DivClassName
{
background-color: #02BD8B;
}
.BgClassName
{
background-color: #02BD8B;
}
</style>
border-color css
<style>
span { border-color: #02BD8B; }
span { border-color: rgb(2,189,139); }
td.TdClassName
{
border-color: #02BD8B;
}
.TagClassName
{
border-color: #02BD8B;
}
</style>