Shades of Caribbean Green #01CB9F
Tints of Caribbean Green #01CB9F
RGB
CMYK
RGB Variations
Color information
#01CB9F (or 0x01CB9F) is known color: Caribbean Green. HEX triplet: 01, CB and 9F. RGB value is (1,203,159). Sum of RGB (Red+Green+Blue) = 1+203+159=363 (48% of max value = 765). Red value is 1 (0.78% from 255 or 0.28% from 363); Green value is 203 (79.69% from 255 or 55.92% from 363); Blue value is 159 (62.5% from 255 or 43.80% from 363); Max value from RGB is 203 - color contains mainly: green. Hex color #01CB9F is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #01CB9F is #FE3460. Grayscale: #898989. Windows color (decimal): -16659553 or 10472193. OLE color: 10472193.
HSL color Cylindrical-coordinate representation of color #01CB9F: hue angle of 166.93º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01CB9F is Cyan = 1.00, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 1 | 203 | 159 | - |
| CMYK | 1.00 | 0 | 0.22 | 0.20 |
| HSL | 166.93º | 0.99% | 0.4% | - |
| HSV(B) | 166.93º | 1% | 0.8% | - |
| XYZ | 27.63 | 45.22 | 40.07 | - |
| YUV | 137.59 | 140.08 | 30.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 203 | 159 | 1.00 | 0 | 0.22 | 0.20 | 166.93 | 0.99 | 0.4 |
| Hex | 1 | CB | 9F | 64 | 0 | 16 | 14 | A7 | 63 | 28 |
| Octal | 1 | 313 | 237 | 144 | 0 | 26 | 24 | 247 | 143 | 50 |
| Binary | 1 | 11001011 | 10011111 | 1100100 | 0 | 10110 | 10100 | 10100111 | 1100011 | 101000 |
Color Harmonies of #01CB9F
Complementary color
Monochromatic Colors of #01CB9F
Black with #01CB9F
Text Example
Text Example
White with #01CB9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01CB9F; }
p { color: rgb(1,203,159); }
H1.HeaderClassName
{
color: #01CB9F;
}
.AnyTagClassName
{
color: #01CB9F;
}
</style>
background-color css
<style>
a { background-color: #01CB9F; }
a { background-color: rgb(1,203,159); }
div.DivClassName
{
background-color: #01CB9F;
}
.BgClassName
{
background-color: #01CB9F;
}
</style>
border-color css
<style>
span { border-color: #01CB9F; }
span { border-color: rgb(1,203,159); }
td.TdClassName
{
border-color: #01CB9F;
}
.TagClassName
{
border-color: #01CB9F;
}
</style>