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