Shades of Caribbean Green #00BB9A
Tints of Caribbean Green #00BB9A
RGB
CMYK
RGB Variations
Color information
#00BB9A (or 0x00BB9A) is known color: Caribbean Green. HEX triplet: 00, BB and 9A. RGB value is (0,187,154). Sum of RGB (Red+Green+Blue) = 0+187+154=341 (45% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 341); Green value is 187 (73.44% from 255 or 54.84% from 341); Blue value is 154 (60.55% from 255 or 45.16% from 341); Max value from RGB is 187 - color contains mainly: green. Hex color #00BB9A is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #00BB9A is #FF4465. Grayscale: #7F7F7F. Windows color (decimal): -16729190 or 10140416. OLE color: 10140416.
HSL color Cylindrical-coordinate representation of color #00BB9A: hue angle of 169.41º 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 #00BB9A is Cyan = 1, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 0 | 187 | 154 | - |
| CMYK | 1 | 0 | 0.18 | 0.27 |
| HSL | 169.41º | 1% | 0.37% | - |
| HSV(B) | 169.41º | 1% | 0.73% | - |
| XYZ | 23.6 | 37.87 | 36.64 | - |
| YUV | 127.33 | 143.05 | 37.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 187 | 154 | 1 | 0 | 0.18 | 0.27 | 169.41 | 1 | 0.37 |
| Hex | 0 | BB | 9A | 64 | 0 | 12 | 1B | A9 | 64 | 25 |
| Octal | 0 | 273 | 232 | 144 | 0 | 22 | 33 | 251 | 144 | 45 |
| Binary | 0 | 10111011 | 10011010 | 1100100 | 0 | 10010 | 11011 | 10101001 | 1100100 | 100101 |
Color Harmonies of #00BB9A
Complementary color
Monochromatic Colors of #00BB9A
Black with #00BB9A
Text Example
Text Example
White with #00BB9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00BB9A; }
p { color: rgb(0,187,154); }
H1.HeaderClassName
{
color: #00BB9A;
}
.AnyTagClassName
{
color: #00BB9A;
}
</style>
background-color css
<style>
a { background-color: #00BB9A; }
a { background-color: rgb(0,187,154); }
div.DivClassName
{
background-color: #00BB9A;
}
.BgClassName
{
background-color: #00BB9A;
}
</style>
border-color css
<style>
span { border-color: #00BB9A; }
span { border-color: rgb(0,187,154); }
td.TdClassName
{
border-color: #00BB9A;
}
.TagClassName
{
border-color: #00BB9A;
}
</style>