Shades of Caribbean Green #00BA9B
Tints of Caribbean Green #00BA9B
RGB
CMYK
RGB Variations
Color information
#00BA9B (or 0x00BA9B) is known color: Caribbean Green. HEX triplet: 00, BA and 9B. RGB value is (0,186,155). Sum of RGB (Red+Green+Blue) = 0+186+155=341 (45% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 341); Green value is 186 (73.05% from 255 or 54.55% from 341); Blue value is 155 (60.94% from 255 or 45.45% from 341); Max value from RGB is 186 - color contains mainly: green. Hex color #00BA9B is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #00BA9B is #FF4564. Grayscale: #7E7E7E. Windows color (decimal): -16729445 or 10205696. OLE color: 10205696.
HSL color Cylindrical-coordinate representation of color #00BA9B: hue angle of 170º 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 #00BA9B is Cyan = 1, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 0 | 186 | 155 | - |
| CMYK | 1 | 0 | 0.17 | 0.27 |
| HSL | 170º | 1% | 0.36% | - |
| HSV(B) | 170º | 1% | 0.73% | - |
| XYZ | 23.48 | 37.48 | 37.01 | - |
| YUV | 126.85 | 143.88 | 37.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 186 | 155 | 1 | 0 | 0.17 | 0.27 | 170 | 1 | 0.36 |
| Hex | 0 | BA | 9B | 64 | 0 | 11 | 1B | AA | 64 | 24 |
| Octal | 0 | 272 | 233 | 144 | 0 | 21 | 33 | 252 | 144 | 44 |
| Binary | 0 | 10111010 | 10011011 | 1100100 | 0 | 10001 | 11011 | 10101010 | 1100100 | 100100 |
Color Harmonies of #00BA9B
Complementary color
Monochromatic Colors of #00BA9B
Black with #00BA9B
Text Example
Text Example
White with #00BA9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00BA9B; }
p { color: rgb(0,186,155); }
H1.HeaderClassName
{
color: #00BA9B;
}
.AnyTagClassName
{
color: #00BA9B;
}
</style>
background-color css
<style>
a { background-color: #00BA9B; }
a { background-color: rgb(0,186,155); }
div.DivClassName
{
background-color: #00BA9B;
}
.BgClassName
{
background-color: #00BA9B;
}
</style>
border-color css
<style>
span { border-color: #00BA9B; }
span { border-color: rgb(0,186,155); }
td.TdClassName
{
border-color: #00BA9B;
}
.TagClassName
{
border-color: #00BA9B;
}
</style>