Shades of Caribbean Green #01B99D
Tints of Caribbean Green #01B99D
RGB
CMYK
RGB Variations
Color information
#01B99D (or 0x01B99D) is known color: Caribbean Green. HEX triplet: 01, B9 and 9D. RGB value is (1,185,157). Sum of RGB (Red+Green+Blue) = 1+185+157=343 (45% of max value = 765). Red value is 1 (0.78% from 255 or 0.29% from 343); Green value is 185 (72.66% from 255 or 53.94% from 343); Blue value is 157 (61.72% from 255 or 45.77% from 343); Max value from RGB is 185 - color contains mainly: green. Hex color #01B99D is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #01B99D is #FE4662. Grayscale: #7E7E7E. Windows color (decimal): -16664163 or 10336513. OLE color: 10336513.
HSL color Cylindrical-coordinate representation of color #01B99D: hue angle of 170.87º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01B99D is Cyan = 0.99, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 1 | 185 | 157 | - |
| CMYK | 0.99 | 0 | 0.15 | 0.27 |
| HSL | 170.87º | 0.99% | 0.36% | - |
| HSV(B) | 170.87º | 0.99% | 0.73% | - |
| XYZ | 23.45 | 37.14 | 37.83 | - |
| YUV | 126.79 | 145.04 | 38.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 185 | 157 | 0.99 | 0 | 0.15 | 0.27 | 170.87 | 0.99 | 0.36 |
| Hex | 1 | B9 | 9D | 63 | 0 | F | 1B | AB | 63 | 24 |
| Octal | 1 | 271 | 235 | 143 | 0 | 17 | 33 | 253 | 143 | 44 |
| Binary | 1 | 10111001 | 10011101 | 1100011 | 0 | 1111 | 11011 | 10101011 | 1100011 | 100100 |
Color Harmonies of #01B99D
Complementary color
Monochromatic Colors of #01B99D
Black with #01B99D
Text Example
Text Example
White with #01B99D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01B99D; }
p { color: rgb(1,185,157); }
H1.HeaderClassName
{
color: #01B99D;
}
.AnyTagClassName
{
color: #01B99D;
}
</style>
background-color css
<style>
a { background-color: #01B99D; }
a { background-color: rgb(1,185,157); }
div.DivClassName
{
background-color: #01B99D;
}
.BgClassName
{
background-color: #01B99D;
}
</style>
border-color css
<style>
span { border-color: #01B99D; }
span { border-color: rgb(1,185,157); }
td.TdClassName
{
border-color: #01B99D;
}
.TagClassName
{
border-color: #01B99D;
}
</style>