Shades of Caribbean Green #00BA9C
Tints of Caribbean Green #00BA9C
RGB
CMYK
RGB Variations
Color information
#00BA9C (or 0x00BA9C) is known color: Caribbean Green. HEX triplet: 00, BA and 9C. RGB value is (0,186,156). Sum of RGB (Red+Green+Blue) = 0+186+156=342 (45% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 342); Green value is 186 (73.05% from 255 or 54.39% from 342); Blue value is 156 (61.33% from 255 or 45.61% from 342); Max value from RGB is 186 - color contains mainly: green. Hex color #00BA9C is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #00BA9C is #FF4563. Grayscale: #7E7E7E. Windows color (decimal): -16729444 or 10271232. OLE color: 10271232.
HSL color Cylindrical-coordinate representation of color #00BA9C: hue angle of 170.32º 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 #00BA9C is Cyan = 1, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 0 | 186 | 156 | - |
| CMYK | 1 | 0 | 0.16 | 0.27 |
| HSL | 170.32º | 1% | 0.36% | - |
| HSV(B) | 170.32º | 1% | 0.73% | - |
| XYZ | 23.56 | 37.52 | 37.45 | - |
| YUV | 126.97 | 144.38 | 37.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 186 | 156 | 1 | 0 | 0.16 | 0.27 | 170.32 | 1 | 0.36 |
| Hex | 0 | BA | 9C | 64 | 0 | 10 | 1B | AA | 64 | 24 |
| Octal | 0 | 272 | 234 | 144 | 0 | 20 | 33 | 252 | 144 | 44 |
| Binary | 0 | 10111010 | 10011100 | 1100100 | 0 | 10000 | 11011 | 10101010 | 1100100 | 100100 |
Color Harmonies of #00BA9C
Complementary color
Monochromatic Colors of #00BA9C
Black with #00BA9C
Text Example
Text Example
White with #00BA9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00BA9C; }
p { color: rgb(0,186,156); }
H1.HeaderClassName
{
color: #00BA9C;
}
.AnyTagClassName
{
color: #00BA9C;
}
</style>
background-color css
<style>
a { background-color: #00BA9C; }
a { background-color: rgb(0,186,156); }
div.DivClassName
{
background-color: #00BA9C;
}
.BgClassName
{
background-color: #00BA9C;
}
</style>
border-color css
<style>
span { border-color: #00BA9C; }
span { border-color: rgb(0,186,156); }
td.TdClassName
{
border-color: #00BA9C;
}
.TagClassName
{
border-color: #00BA9C;
}
</style>