Shades of Caribbean Green #00B9AB
Tints of Caribbean Green #00B9AB
RGB
CMYK
RGB Variations
Color information
#00B9AB (or 0x00B9AB) is known color: Caribbean Green. HEX triplet: 00, B9 and AB. RGB value is (0,185,171). Sum of RGB (Red+Green+Blue) = 0+185+171=356 (47% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 356); Green value is 185 (72.66% from 255 or 51.97% from 356); Blue value is 171 (67.19% from 255 or 48.03% from 356); Max value from RGB is 185 - color contains mainly: green. Hex color #00B9AB is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #00B9AB is #FF4654. Grayscale: #7F7F7F. Windows color (decimal): -16729685 or 11254016. OLE color: 11254016.
HSL color Cylindrical-coordinate representation of color #00B9AB: hue angle of 175.46º 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 #00B9AB is Cyan = 1, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 0 | 185 | 171 | - |
| CMYK | 1 | 0 | 0.08 | 0.27 |
| HSL | 175.46º | 1% | 0.36% | - |
| HSV(B) | 175.46º | 1% | 0.73% | - |
| XYZ | 24.7 | 37.64 | 44.49 | - |
| YUV | 128.09 | 152.21 | 36.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 185 | 171 | 1 | 0 | 0.08 | 0.27 | 175.46 | 1 | 0.36 |
| Hex | 0 | B9 | AB | 64 | 0 | 8 | 1B | AF | 64 | 24 |
| Octal | 0 | 271 | 253 | 144 | 0 | 10 | 33 | 257 | 144 | 44 |
| Binary | 0 | 10111001 | 10101011 | 1100100 | 0 | 1000 | 11011 | 10101111 | 1100100 | 100100 |
Color Harmonies of #00B9AB
Complementary color
Monochromatic Colors of #00B9AB
Black with #00B9AB
Text Example
Text Example
White with #00B9AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00B9AB; }
p { color: rgb(0,185,171); }
H1.HeaderClassName
{
color: #00B9AB;
}
.AnyTagClassName
{
color: #00B9AB;
}
</style>
background-color css
<style>
a { background-color: #00B9AB; }
a { background-color: rgb(0,185,171); }
div.DivClassName
{
background-color: #00B9AB;
}
.BgClassName
{
background-color: #00B9AB;
}
</style>
border-color css
<style>
span { border-color: #00B9AB; }
span { border-color: rgb(0,185,171); }
td.TdClassName
{
border-color: #00B9AB;
}
.TagClassName
{
border-color: #00B9AB;
}
</style>