Shades of Caribbean Green #02BC89
Tints of Caribbean Green #02BC89
RGB
CMYK
RGB Variations
Color information
#02BC89 (or 0x02BC89) is known color: Caribbean Green. HEX triplet: 02, BC and 89. RGB value is (2,188,137). Sum of RGB (Red+Green+Blue) = 2+188+137=327 (43% of max value = 765). Red value is 2 (1.17% from 255 or 0.61% from 327); Green value is 188 (73.83% from 255 or 57.49% from 327); Blue value is 137 (53.91% from 255 or 41.90% from 327); Max value from RGB is 188 - color contains mainly: green. Hex color #02BC89 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #02BC89 is #FD4376. Grayscale: #7E7E7E. Windows color (decimal): -16597879 or 9026562. OLE color: 9026562.
HSL color Cylindrical-coordinate representation of color #02BC89: hue angle of 163.55º 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 #02BC89 is Cyan = 0.99, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 2 | 188 | 137 | - |
| CMYK | 0.99 | 0 | 0.27 | 0.26 |
| HSL | 163.55º | 0.98% | 0.37% | - |
| HSV(B) | 163.55º | 0.99% | 0.74% | - |
| XYZ | 22.52 | 37.79 | 29.77 | - |
| YUV | 126.57 | 133.88 | 39.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 188 | 137 | 0.99 | 0 | 0.27 | 0.26 | 163.55 | 0.98 | 0.37 |
| Hex | 2 | BC | 89 | 63 | 0 | 1B | 1A | A4 | 62 | 25 |
| Octal | 2 | 274 | 211 | 143 | 0 | 33 | 32 | 244 | 142 | 45 |
| Binary | 10 | 10111100 | 10001001 | 1100011 | 0 | 11011 | 11010 | 10100100 | 1100010 | 100101 |
Color Harmonies of #02BC89
Complementary color
Monochromatic Colors of #02BC89
Black with #02BC89
Text Example
Text Example
White with #02BC89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02BC89; }
p { color: rgb(2,188,137); }
H1.HeaderClassName
{
color: #02BC89;
}
.AnyTagClassName
{
color: #02BC89;
}
</style>
background-color css
<style>
a { background-color: #02BC89; }
a { background-color: rgb(2,188,137); }
div.DivClassName
{
background-color: #02BC89;
}
.BgClassName
{
background-color: #02BC89;
}
</style>
border-color css
<style>
span { border-color: #02BC89; }
span { border-color: rgb(2,188,137); }
td.TdClassName
{
border-color: #02BC89;
}
.TagClassName
{
border-color: #02BC89;
}
</style>