Shades of Caribbean Green #00BA8B
Tints of Caribbean Green #00BA8B
RGB
CMYK
RGB Variations
Color information
#00BA8B (or 0x00BA8B) is known color: Caribbean Green. HEX triplet: 00, BA and 8B. RGB value is (0,186,139). Sum of RGB (Red+Green+Blue) = 0+186+139=325 (43% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 325); Green value is 186 (73.05% from 255 or 57.23% from 325); Blue value is 139 (54.69% from 255 or 42.77% from 325); Max value from RGB is 186 - color contains mainly: green. Hex color #00BA8B is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #00BA8B is #FF4574. Grayscale: #7D7D7D. Windows color (decimal): -16729461 or 9157120. OLE color: 9157120.
HSL color Cylindrical-coordinate representation of color #00BA8B: hue angle of 164.84º 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 #00BA8B is Cyan = 1, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 0 | 186 | 139 | - |
| CMYK | 1 | 0 | 0.25 | 0.27 |
| HSL | 164.84º | 1% | 0.36% | - |
| HSV(B) | 164.84º | 1% | 0.73% | - |
| XYZ | 22.22 | 36.98 | 30.39 | - |
| YUV | 125.03 | 135.88 | 38.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 186 | 139 | 1 | 0 | 0.25 | 0.27 | 164.84 | 1 | 0.36 |
| Hex | 0 | BA | 8B | 64 | 0 | 19 | 1B | A5 | 64 | 24 |
| Octal | 0 | 272 | 213 | 144 | 0 | 31 | 33 | 245 | 144 | 44 |
| Binary | 0 | 10111010 | 10001011 | 1100100 | 0 | 11001 | 11011 | 10100101 | 1100100 | 100100 |
Color Harmonies of #00BA8B
Complementary color
Monochromatic Colors of #00BA8B
Black with #00BA8B
Text Example
Text Example
White with #00BA8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00BA8B; }
p { color: rgb(0,186,139); }
H1.HeaderClassName
{
color: #00BA8B;
}
.AnyTagClassName
{
color: #00BA8B;
}
</style>
background-color css
<style>
a { background-color: #00BA8B; }
a { background-color: rgb(0,186,139); }
div.DivClassName
{
background-color: #00BA8B;
}
.BgClassName
{
background-color: #00BA8B;
}
</style>
border-color css
<style>
span { border-color: #00BA8B; }
span { border-color: rgb(0,186,139); }
td.TdClassName
{
border-color: #00BA8B;
}
.TagClassName
{
border-color: #00BA8B;
}
</style>