Shades of Caribbean Green #02BB8B
Tints of Caribbean Green #02BB8B
RGB
CMYK
RGB Variations
Color information
#02BB8B (or 0x02BB8B) is known color: Caribbean Green. HEX triplet: 02, BB and 8B. RGB value is (2,187,139). Sum of RGB (Red+Green+Blue) = 2+187+139=328 (43% of max value = 765). Red value is 2 (1.17% from 255 or 0.61% from 328); Green value is 187 (73.44% from 255 or 57.01% from 328); Blue value is 139 (54.69% from 255 or 42.38% from 328); Max value from RGB is 187 - color contains mainly: green. Hex color #02BB8B is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #02BB8B is #FD4474. Grayscale: #7E7E7E. Windows color (decimal): -16598133 or 9157378. OLE color: 9157378.
HSL color Cylindrical-coordinate representation of color #02BB8B: hue angle of 164.43º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02BB8B is Cyan = 0.99, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 2 | 187 | 139 | - |
| CMYK | 0.99 | 0 | 0.26 | 0.27 |
| HSL | 164.43º | 0.98% | 0.37% | - |
| HSV(B) | 164.43º | 0.99% | 0.73% | - |
| XYZ | 22.46 | 37.42 | 30.46 | - |
| YUV | 126.21 | 135.21 | 39.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 187 | 139 | 0.99 | 0 | 0.26 | 0.27 | 164.43 | 0.98 | 0.37 |
| Hex | 2 | BB | 8B | 63 | 0 | 1A | 1B | A4 | 62 | 25 |
| Octal | 2 | 273 | 213 | 143 | 0 | 32 | 33 | 244 | 142 | 45 |
| Binary | 10 | 10111011 | 10001011 | 1100011 | 0 | 11010 | 11011 | 10100100 | 1100010 | 100101 |
Color Harmonies of #02BB8B
Complementary color
Monochromatic Colors of #02BB8B
Black with #02BB8B
Text Example
Text Example
White with #02BB8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02BB8B; }
p { color: rgb(2,187,139); }
H1.HeaderClassName
{
color: #02BB8B;
}
.AnyTagClassName
{
color: #02BB8B;
}
</style>
background-color css
<style>
a { background-color: #02BB8B; }
a { background-color: rgb(2,187,139); }
div.DivClassName
{
background-color: #02BB8B;
}
.BgClassName
{
background-color: #02BB8B;
}
</style>
border-color css
<style>
span { border-color: #02BB8B; }
span { border-color: rgb(2,187,139); }
td.TdClassName
{
border-color: #02BB8B;
}
.TagClassName
{
border-color: #02BB8B;
}
</style>