Shades of Caribbean Green #01CB9A
Tints of Caribbean Green #01CB9A
RGB
CMYK
RGB Variations
Color information
#01CB9A (or 0x01CB9A) is known color: Caribbean Green. HEX triplet: 01, CB and 9A. RGB value is (1,203,154). Sum of RGB (Red+Green+Blue) = 1+203+154=358 (47% of max value = 765). Red value is 1 (0.78% from 255 or 0.28% from 358); Green value is 203 (79.69% from 255 or 56.70% from 358); Blue value is 154 (60.55% from 255 or 43.02% from 358); Max value from RGB is 203 - color contains mainly: green. Hex color #01CB9A is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #01CB9A is #FE3465. Grayscale: #898989. Windows color (decimal): -16659558 or 10144513. OLE color: 10144513.
HSL color Cylindrical-coordinate representation of color #01CB9A: hue angle of 165.45º 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 #01CB9A is Cyan = 1.00, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 1 | 203 | 154 | - |
| CMYK | 1.00 | 0 | 0.24 | 0.20 |
| HSL | 165.45º | 0.99% | 0.4% | - |
| HSV(B) | 165.45º | 1% | 0.8% | - |
| XYZ | 27.2 | 45.05 | 37.83 | - |
| YUV | 137.02 | 137.58 | 30.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 203 | 154 | 1.00 | 0 | 0.24 | 0.20 | 165.45 | 0.99 | 0.4 |
| Hex | 1 | CB | 9A | 64 | 0 | 18 | 14 | A5 | 63 | 28 |
| Octal | 1 | 313 | 232 | 144 | 0 | 30 | 24 | 245 | 143 | 50 |
| Binary | 1 | 11001011 | 10011010 | 1100100 | 0 | 11000 | 10100 | 10100101 | 1100011 | 101000 |
Color Harmonies of #01CB9A
Complementary color
Monochromatic Colors of #01CB9A
Black with #01CB9A
Text Example
Text Example
White with #01CB9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01CB9A; }
p { color: rgb(1,203,154); }
H1.HeaderClassName
{
color: #01CB9A;
}
.AnyTagClassName
{
color: #01CB9A;
}
</style>
background-color css
<style>
a { background-color: #01CB9A; }
a { background-color: rgb(1,203,154); }
div.DivClassName
{
background-color: #01CB9A;
}
.BgClassName
{
background-color: #01CB9A;
}
</style>
border-color css
<style>
span { border-color: #01CB9A; }
span { border-color: rgb(1,203,154); }
td.TdClassName
{
border-color: #01CB9A;
}
.TagClassName
{
border-color: #01CB9A;
}
</style>