Shades of Caribbean Green #00B99A
Tints of Caribbean Green #00B99A
RGB
CMYK
RGB Variations
Color information
#00B99A (or 0x00B99A) is known color: Caribbean Green. HEX triplet: 00, B9 and 9A. RGB value is (0,185,154). Sum of RGB (Red+Green+Blue) = 0+185+154=339 (44% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 339); Green value is 185 (72.66% from 255 or 54.57% from 339); Blue value is 154 (60.55% from 255 or 45.43% from 339); Max value from RGB is 185 - color contains mainly: green. Hex color #00B99A is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #00B99A is #FF4665. Grayscale: #7E7E7E. Windows color (decimal): -16729702 or 10139904. OLE color: 10139904.
HSL color Cylindrical-coordinate representation of color #00B99A: hue angle of 169.95º 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 #00B99A is Cyan = 1, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.27.
Color convert
RGB | 0 | 185 | 154 | - |
CMYK | 1 | 0 | 0.17 | 0.27 |
HSL | 169.95º | 1% | 0.36% | - |
HSV(B) | 169.95º | 1% | 0.73% | - |
XYZ | 23.18 | 37.03 | 36.5 | - |
YUV | 126.15 | 143.71 | 38.02 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 0 | 185 | 154 | 1 | 0 | 0.17 | 0.27 | 169.95 | 1 | 0.36 |
Hex | 0 | B9 | 9A | 64 | 0 | 11 | 1B | AA | 64 | 24 |
Octal | 0 | 271 | 232 | 144 | 0 | 21 | 33 | 252 | 144 | 44 |
Binary | 0 | 10111001 | 10011010 | 1100100 | 0 | 10001 | 11011 | 10101010 | 1100100 | 100100 |
Color Harmonies of #00B99A
Complementary color
Monochromatic Colors of #00B99A
Black with #00B99A
Text Example
Text Example
White with #00B99A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00B99A; }
p { color: rgb(0,185,154); }
H1.HeaderClassName
{
color: #00B99A;
}
.AnyTagClassName
{
color: #00B99A;
}
</style>
background-color css
<style>
a { background-color: #00B99A; }
a { background-color: rgb(0,185,154); }
div.DivClassName
{
background-color: #00B99A;
}
.BgClassName
{
background-color: #00B99A;
}
</style>
border-color css
<style>
span { border-color: #00B99A; }
span { border-color: rgb(0,185,154); }
td.TdClassName
{
border-color: #00B99A;
}
.TagClassName
{
border-color: #00B99A;
}
</style>