Shades of Caribbean Green #00B99C
Tints of Caribbean Green #00B99C
RGB
CMYK
RGB Variations
Color information
#00B99C (or 0x00B99C) is known color: Caribbean Green. HEX triplet: 00, B9 and 9C. RGB value is (0,185,156). Sum of RGB (Red+Green+Blue) = 0+185+156=341 (45% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 341); Green value is 185 (72.66% from 255 or 54.25% from 341); Blue value is 156 (61.33% from 255 or 45.75% from 341); Max value from RGB is 185 - color contains mainly: green. Hex color #00B99C is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #00B99C is #FF4663. Grayscale: #7E7E7E. Windows color (decimal): -16729700 or 10270976. OLE color: 10270976.
HSL color Cylindrical-coordinate representation of color #00B99C: hue angle of 170.59º 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 #00B99C is Cyan = 1, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 0 | 185 | 156 | - |
| CMYK | 1 | 0 | 0.16 | 0.27 |
| HSL | 170.59º | 1% | 0.36% | - |
| HSV(B) | 170.59º | 1% | 0.73% | - |
| XYZ | 23.35 | 37.1 | 37.38 | - |
| YUV | 126.38 | 144.71 | 37.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 185 | 156 | 1 | 0 | 0.16 | 0.27 | 170.59 | 1 | 0.36 |
| Hex | 0 | B9 | 9C | 64 | 0 | 10 | 1B | AB | 64 | 24 |
| Octal | 0 | 271 | 234 | 144 | 0 | 20 | 33 | 253 | 144 | 44 |
| Binary | 0 | 10111001 | 10011100 | 1100100 | 0 | 10000 | 11011 | 10101011 | 1100100 | 100100 |
Color Harmonies of #00B99C
Complementary color
Monochromatic Colors of #00B99C
Black with #00B99C
Text Example
Text Example
White with #00B99C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00B99C; }
p { color: rgb(0,185,156); }
H1.HeaderClassName
{
color: #00B99C;
}
.AnyTagClassName
{
color: #00B99C;
}
</style>
background-color css
<style>
a { background-color: #00B99C; }
a { background-color: rgb(0,185,156); }
div.DivClassName
{
background-color: #00B99C;
}
.BgClassName
{
background-color: #00B99C;
}
</style>
border-color css
<style>
span { border-color: #00B99C; }
span { border-color: rgb(0,185,156); }
td.TdClassName
{
border-color: #00B99C;
}
.TagClassName
{
border-color: #00B99C;
}
</style>