Shades of Caribbean Green #01C587
Tints of Caribbean Green #01C587
RGB
CMYK
RGB Variations
Color information
#01C587 (or 0x01C587) is known color: Caribbean Green. HEX triplet: 01, C5 and 87. RGB value is (1,197,135). Sum of RGB (Red+Green+Blue) = 1+197+135=333 (44% of max value = 765). Red value is 1 (0.78% from 255 or 0.30% from 333); Green value is 197 (77.34% from 255 or 59.16% from 333); Blue value is 135 (53.12% from 255 or 40.54% from 333); Max value from RGB is 197 - color contains mainly: green. Hex color #01C587 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #01C587 is #FE3A78. Grayscale: #838383. Windows color (decimal): -16661113 or 8897793. OLE color: 8897793.
HSL color Cylindrical-coordinate representation of color #01C587: hue angle of 161.02º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01C587 is Cyan = 0.99, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 1 | 197 | 135 | - |
| CMYK | 0.99 | 0 | 0.31 | 0.23 |
| HSL | 161.02º | 0.99% | 0.39% | - |
| HSV(B) | 161.02º | 0.99% | 0.77% | - |
| XYZ | 24.35 | 41.69 | 29.68 | - |
| YUV | 131.33 | 130.07 | 35.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 197 | 135 | 0.99 | 0 | 0.31 | 0.23 | 161.02 | 0.99 | 0.39 |
| Hex | 1 | C5 | 87 | 63 | 0 | 1F | 17 | A1 | 63 | 27 |
| Octal | 1 | 305 | 207 | 143 | 0 | 37 | 27 | 241 | 143 | 47 |
| Binary | 1 | 11000101 | 10000111 | 1100011 | 0 | 11111 | 10111 | 10100001 | 1100011 | 100111 |
Color Harmonies of #01C587
Complementary color
Monochromatic Colors of #01C587
Black with #01C587
Text Example
Text Example
White with #01C587
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01C587; }
p { color: rgb(1,197,135); }
H1.HeaderClassName
{
color: #01C587;
}
.AnyTagClassName
{
color: #01C587;
}
</style>
background-color css
<style>
a { background-color: #01C587; }
a { background-color: rgb(1,197,135); }
div.DivClassName
{
background-color: #01C587;
}
.BgClassName
{
background-color: #01C587;
}
</style>
border-color css
<style>
span { border-color: #01C587; }
span { border-color: rgb(1,197,135); }
td.TdClassName
{
border-color: #01C587;
}
.TagClassName
{
border-color: #01C587;
}
</style>