Shades of Caribbean Green #01C59C
Tints of Caribbean Green #01C59C
RGB
CMYK
RGB Variations
Color information
#01C59C (or 0x01C59C) is known color: Caribbean Green. HEX triplet: 01, C5 and 9C. RGB value is (1,197,156). Sum of RGB (Red+Green+Blue) = 1+197+156=354 (46% of max value = 765). Red value is 1 (0.78% from 255 or 0.28% from 354); Green value is 197 (77.34% from 255 or 55.65% from 354); Blue value is 156 (61.33% from 255 or 44.07% from 354); Max value from RGB is 197 - color contains mainly: green. Hex color #01C59C is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #01C59C is #FE3A63. Grayscale: #858585. Windows color (decimal): -16661092 or 10274049. OLE color: 10274049.
HSL color Cylindrical-coordinate representation of color #01C59C: hue angle of 167.45º 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 #01C59C is Cyan = 0.99, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 1 | 197 | 156 | - |
| CMYK | 0.99 | 0 | 0.21 | 0.23 |
| HSL | 167.45º | 0.99% | 0.39% | - |
| HSV(B) | 167.45º | 0.99% | 0.77% | - |
| XYZ | 25.98 | 42.34 | 38.26 | - |
| YUV | 133.72 | 140.57 | 33.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 197 | 156 | 0.99 | 0 | 0.21 | 0.23 | 167.45 | 0.99 | 0.39 |
| Hex | 1 | C5 | 9C | 63 | 0 | 15 | 17 | A7 | 63 | 27 |
| Octal | 1 | 305 | 234 | 143 | 0 | 25 | 27 | 247 | 143 | 47 |
| Binary | 1 | 11000101 | 10011100 | 1100011 | 0 | 10101 | 10111 | 10100111 | 1100011 | 100111 |
Color Harmonies of #01C59C
Complementary color
Monochromatic Colors of #01C59C
Black with #01C59C
Text Example
Text Example
White with #01C59C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01C59C; }
p { color: rgb(1,197,156); }
H1.HeaderClassName
{
color: #01C59C;
}
.AnyTagClassName
{
color: #01C59C;
}
</style>
background-color css
<style>
a { background-color: #01C59C; }
a { background-color: rgb(1,197,156); }
div.DivClassName
{
background-color: #01C59C;
}
.BgClassName
{
background-color: #01C59C;
}
</style>
border-color css
<style>
span { border-color: #01C59C; }
span { border-color: rgb(1,197,156); }
td.TdClassName
{
border-color: #01C59C;
}
.TagClassName
{
border-color: #01C59C;
}
</style>