Shades of Caribbean Green #01CB87
Tints of Caribbean Green #01CB87
RGB
CMYK
RGB Variations
Color information
#01CB87 (or 0x01CB87) is known color: Caribbean Green. HEX triplet: 01, CB and 87. RGB value is (1,203,135). Sum of RGB (Red+Green+Blue) = 1+203+135=339 (44% of max value = 765). Red value is 1 (0.78% from 255 or 0.29% from 339); Green value is 203 (79.69% from 255 or 59.88% from 339); Blue value is 135 (53.12% from 255 or 39.82% from 339); Max value from RGB is 203 - color contains mainly: green. Hex color #01CB87 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #01CB87 is #FE3478. Grayscale: #868686. Windows color (decimal): -16659577 or 8899329. OLE color: 8899329.
HSL color Cylindrical-coordinate representation of color #01CB87: hue angle of 159.8º 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 #01CB87 is Cyan = 1.00, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 1 | 203 | 135 | - |
| CMYK | 1.00 | 0 | 0.33 | 0.20 |
| HSL | 159.8º | 0.99% | 0.4% | - |
| HSV(B) | 159.8º | 1% | 0.8% | - |
| XYZ | 25.74 | 44.47 | 30.15 | - |
| YUV | 134.85 | 128.08 | 32.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 203 | 135 | 1.00 | 0 | 0.33 | 0.20 | 159.8 | 0.99 | 0.4 |
| Hex | 1 | CB | 87 | 64 | 0 | 21 | 14 | A0 | 63 | 28 |
| Octal | 1 | 313 | 207 | 144 | 0 | 41 | 24 | 240 | 143 | 50 |
| Binary | 1 | 11001011 | 10000111 | 1100100 | 0 | 100001 | 10100 | 10100000 | 1100011 | 101000 |
Color Harmonies of #01CB87
Complementary color
Monochromatic Colors of #01CB87
Black with #01CB87
Text Example
Text Example
White with #01CB87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01CB87; }
p { color: rgb(1,203,135); }
H1.HeaderClassName
{
color: #01CB87;
}
.AnyTagClassName
{
color: #01CB87;
}
</style>
background-color css
<style>
a { background-color: #01CB87; }
a { background-color: rgb(1,203,135); }
div.DivClassName
{
background-color: #01CB87;
}
.BgClassName
{
background-color: #01CB87;
}
</style>
border-color css
<style>
span { border-color: #01CB87; }
span { border-color: rgb(1,203,135); }
td.TdClassName
{
border-color: #01CB87;
}
.TagClassName
{
border-color: #01CB87;
}
</style>