Shades of Caribbean Green #00BA94
Tints of Caribbean Green #00BA94
RGB
CMYK
RGB Variations
Color information
#00BA94 (or 0x00BA94) is known color: Caribbean Green. HEX triplet: 00, BA and 94. RGB value is (0,186,148). Sum of RGB (Red+Green+Blue) = 0+186+148=334 (44% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 334); Green value is 186 (73.05% from 255 or 55.69% from 334); Blue value is 148 (58.20% from 255 or 44.31% from 334); Max value from RGB is 186 - color contains mainly: green. Hex color #00BA94 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #00BA94 is #FF456B. Grayscale: #7E7E7E. Windows color (decimal): -16729452 or 9746944. OLE color: 9746944.
HSL color Cylindrical-coordinate representation of color #00BA94: hue angle of 167.74º 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 #00BA94 is Cyan = 1, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 0 | 186 | 148 | - |
| CMYK | 1 | 0 | 0.20 | 0.27 |
| HSL | 167.74º | 1% | 0.36% | - |
| HSV(B) | 167.74º | 1% | 0.73% | - |
| XYZ | 22.9 | 37.26 | 34 | - |
| YUV | 126.05 | 140.38 | 38.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 186 | 148 | 1 | 0 | 0.20 | 0.27 | 167.74 | 1 | 0.36 |
| Hex | 0 | BA | 94 | 64 | 0 | 14 | 1B | A8 | 64 | 24 |
| Octal | 0 | 272 | 224 | 144 | 0 | 24 | 33 | 250 | 144 | 44 |
| Binary | 0 | 10111010 | 10010100 | 1100100 | 0 | 10100 | 11011 | 10101000 | 1100100 | 100100 |
Color Harmonies of #00BA94
Complementary color
Monochromatic Colors of #00BA94
Black with #00BA94
Text Example
Text Example
White with #00BA94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00BA94; }
p { color: rgb(0,186,148); }
H1.HeaderClassName
{
color: #00BA94;
}
.AnyTagClassName
{
color: #00BA94;
}
</style>
background-color css
<style>
a { background-color: #00BA94; }
a { background-color: rgb(0,186,148); }
div.DivClassName
{
background-color: #00BA94;
}
.BgClassName
{
background-color: #00BA94;
}
</style>
border-color css
<style>
span { border-color: #00BA94; }
span { border-color: rgb(0,186,148); }
td.TdClassName
{
border-color: #00BA94;
}
.TagClassName
{
border-color: #00BA94;
}
</style>