Shades of Caribbean Green #01C589
Tints of Caribbean Green #01C589
RGB
CMYK
RGB Variations
Color information
#01C589 (or 0x01C589) is known color: Caribbean Green. HEX triplet: 01, C5 and 89. RGB value is (1,197,137). Sum of RGB (Red+Green+Blue) = 1+197+137=335 (44% of max value = 765). Red value is 1 (0.78% from 255 or 0.30% from 335); Green value is 197 (77.34% from 255 or 58.81% from 335); Blue value is 137 (53.91% from 255 or 40.90% from 335); Max value from RGB is 197 - color contains mainly: green. Hex color #01C589 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #01C589 is #FE3A76. Grayscale: #838383. Windows color (decimal): -16661111 or 9028865. OLE color: 9028865.
HSL color Cylindrical-coordinate representation of color #01C589: hue angle of 161.63º 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 #01C589 is Cyan = 0.99, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 1 | 197 | 137 | - |
| CMYK | 0.99 | 0 | 0.30 | 0.23 |
| HSL | 161.63º | 0.99% | 0.39% | - |
| HSV(B) | 161.63º | 0.99% | 0.77% | - |
| XYZ | 24.49 | 41.75 | 30.43 | - |
| YUV | 131.56 | 131.07 | 34.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 197 | 137 | 0.99 | 0 | 0.30 | 0.23 | 161.63 | 0.99 | 0.39 |
| Hex | 1 | C5 | 89 | 63 | 0 | 1E | 17 | A2 | 63 | 27 |
| Octal | 1 | 305 | 211 | 143 | 0 | 36 | 27 | 242 | 143 | 47 |
| Binary | 1 | 11000101 | 10001001 | 1100011 | 0 | 11110 | 10111 | 10100010 | 1100011 | 100111 |
Color Harmonies of #01C589
Complementary color
Monochromatic Colors of #01C589
Black with #01C589
Text Example
Text Example
White with #01C589
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01C589; }
p { color: rgb(1,197,137); }
H1.HeaderClassName
{
color: #01C589;
}
.AnyTagClassName
{
color: #01C589;
}
</style>
background-color css
<style>
a { background-color: #01C589; }
a { background-color: rgb(1,197,137); }
div.DivClassName
{
background-color: #01C589;
}
.BgClassName
{
background-color: #01C589;
}
</style>
border-color css
<style>
span { border-color: #01C589; }
span { border-color: rgb(1,197,137); }
td.TdClassName
{
border-color: #01C589;
}
.TagClassName
{
border-color: #01C589;
}
</style>