Shades of Caribbean Green #00BA87
Tints of Caribbean Green #00BA87
RGB
CMYK
RGB Variations
Color information
#00BA87 (or 0x00BA87) is known color: Caribbean Green. HEX triplet: 00, BA and 87. RGB value is (0,186,135). Sum of RGB (Red+Green+Blue) = 0+186+135=321 (42% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 321); Green value is 186 (73.05% from 255 or 57.94% from 321); Blue value is 135 (53.12% from 255 or 42.06% from 321); Max value from RGB is 186 - color contains mainly: green. Hex color #00BA87 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #00BA87 is #FF4578. Grayscale: #7C7C7C. Windows color (decimal): -16729465 or 8894976. OLE color: 8894976.
HSL color Cylindrical-coordinate representation of color #00BA87: hue angle of 163.55º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00BA87 is Cyan = 1, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 0 | 186 | 135 | - |
| CMYK | 1 | 0 | 0.27 | 0.27 |
| HSL | 163.55º | 1% | 0.36% | - |
| HSV(B) | 163.55º | 1% | 0.73% | - |
| XYZ | 21.93 | 36.87 | 28.88 | - |
| YUV | 124.57 | 133.88 | 39.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 186 | 135 | 1 | 0 | 0.27 | 0.27 | 163.55 | 1 | 0.36 |
| Hex | 0 | BA | 87 | 64 | 0 | 1B | 1B | A4 | 64 | 24 |
| Octal | 0 | 272 | 207 | 144 | 0 | 33 | 33 | 244 | 144 | 44 |
| Binary | 0 | 10111010 | 10000111 | 1100100 | 0 | 11011 | 11011 | 10100100 | 1100100 | 100100 |
Color Harmonies of #00BA87
Complementary color
Monochromatic Colors of #00BA87
Black with #00BA87
Text Example
Text Example
White with #00BA87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00BA87; }
p { color: rgb(0,186,135); }
H1.HeaderClassName
{
color: #00BA87;
}
.AnyTagClassName
{
color: #00BA87;
}
</style>
background-color css
<style>
a { background-color: #00BA87; }
a { background-color: rgb(0,186,135); }
div.DivClassName
{
background-color: #00BA87;
}
.BgClassName
{
background-color: #00BA87;
}
</style>
border-color css
<style>
span { border-color: #00BA87; }
span { border-color: rgb(0,186,135); }
td.TdClassName
{
border-color: #00BA87;
}
.TagClassName
{
border-color: #00BA87;
}
</style>