Shades of Caribbean Green #00BBAB
Tints of Caribbean Green #00BBAB
RGB
CMYK
RGB Variations
Color information
#00BBAB (or 0x00BBAB) is known color: Caribbean Green. HEX triplet: 00, BB and AB. RGB value is (0,187,171). Sum of RGB (Red+Green+Blue) = 0+187+171=358 (47% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 358); Green value is 187 (73.44% from 255 or 52.23% from 358); Blue value is 171 (67.19% from 255 or 47.77% from 358); Max value from RGB is 187 - color contains mainly: green. Hex color #00BBAB is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #00BBAB is #FF4454. Grayscale: #818181. Windows color (decimal): -16729173 or 11254528. OLE color: 11254528.
HSL color Cylindrical-coordinate representation of color #00BBAB: hue angle of 174.87º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00BBAB is Cyan = 1, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 0 | 187 | 171 | - |
| CMYK | 1 | 0 | 0.09 | 0.27 |
| HSL | 174.87º | 1% | 0.37% | - |
| HSV(B) | 174.87º | 1% | 0.73% | - |
| XYZ | 25.12 | 38.48 | 44.63 | - |
| YUV | 129.26 | 151.55 | 35.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 187 | 171 | 1 | 0 | 0.09 | 0.27 | 174.87 | 1 | 0.37 |
| Hex | 0 | BB | AB | 64 | 0 | 9 | 1B | AF | 64 | 25 |
| Octal | 0 | 273 | 253 | 144 | 0 | 11 | 33 | 257 | 144 | 45 |
| Binary | 0 | 10111011 | 10101011 | 1100100 | 0 | 1001 | 11011 | 10101111 | 1100100 | 100101 |
Color Harmonies of #00BBAB
Complementary color
Monochromatic Colors of #00BBAB
Black with #00BBAB
Text Example
Text Example
White with #00BBAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00BBAB; }
p { color: rgb(0,187,171); }
H1.HeaderClassName
{
color: #00BBAB;
}
.AnyTagClassName
{
color: #00BBAB;
}
</style>
background-color css
<style>
a { background-color: #00BBAB; }
a { background-color: rgb(0,187,171); }
div.DivClassName
{
background-color: #00BBAB;
}
.BgClassName
{
background-color: #00BBAB;
}
</style>
border-color css
<style>
span { border-color: #00BBAB; }
span { border-color: rgb(0,187,171); }
td.TdClassName
{
border-color: #00BBAB;
}
.TagClassName
{
border-color: #00BBAB;
}
</style>