Shades of Caribbean Green #01CB9C
Tints of Caribbean Green #01CB9C
RGB
CMYK
RGB Variations
Color information
#01CB9C (or 0x01CB9C) is known color: Caribbean Green. HEX triplet: 01, CB and 9C. RGB value is (1,203,156). Sum of RGB (Red+Green+Blue) = 1+203+156=360 (47% of max value = 765). Red value is 1 (0.78% from 255 or 0.28% from 360); Green value is 203 (79.69% from 255 or 56.39% from 360); Blue value is 156 (61.33% from 255 or 43.33% from 360); Max value from RGB is 203 - color contains mainly: green. Hex color #01CB9C is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #01CB9C is #FE3463. Grayscale: #898989. Windows color (decimal): -16659556 or 10275585. OLE color: 10275585.
HSL color Cylindrical-coordinate representation of color #01CB9C: hue angle of 166.04º 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 #01CB9C is Cyan = 1.00, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 1 | 203 | 156 | - |
| CMYK | 1.00 | 0 | 0.23 | 0.20 |
| HSL | 166.04º | 0.99% | 0.4% | - |
| HSV(B) | 166.04º | 1% | 0.8% | - |
| XYZ | 27.37 | 45.12 | 38.72 | - |
| YUV | 137.24 | 138.58 | 30.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 203 | 156 | 1.00 | 0 | 0.23 | 0.20 | 166.04 | 0.99 | 0.4 |
| Hex | 1 | CB | 9C | 64 | 0 | 17 | 14 | A6 | 63 | 28 |
| Octal | 1 | 313 | 234 | 144 | 0 | 27 | 24 | 246 | 143 | 50 |
| Binary | 1 | 11001011 | 10011100 | 1100100 | 0 | 10111 | 10100 | 10100110 | 1100011 | 101000 |
Color Harmonies of #01CB9C
Complementary color
Monochromatic Colors of #01CB9C
Black with #01CB9C
Text Example
Text Example
White with #01CB9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01CB9C; }
p { color: rgb(1,203,156); }
H1.HeaderClassName
{
color: #01CB9C;
}
.AnyTagClassName
{
color: #01CB9C;
}
</style>
background-color css
<style>
a { background-color: #01CB9C; }
a { background-color: rgb(1,203,156); }
div.DivClassName
{
background-color: #01CB9C;
}
.BgClassName
{
background-color: #01CB9C;
}
</style>
border-color css
<style>
span { border-color: #01CB9C; }
span { border-color: rgb(1,203,156); }
td.TdClassName
{
border-color: #01CB9C;
}
.TagClassName
{
border-color: #01CB9C;
}
</style>