Shades of Caribbean Green #01C488
Tints of Caribbean Green #01C488
RGB
CMYK
RGB Variations
Color information
#01C488 (or 0x01C488) is known color: Caribbean Green. HEX triplet: 01, C4 and 88. RGB value is (1,196,136). Sum of RGB (Red+Green+Blue) = 1+196+136=333 (44% of max value = 765). Red value is 1 (0.78% from 255 or 0.30% from 333); Green value is 196 (76.95% from 255 or 58.86% from 333); Blue value is 136 (53.52% from 255 or 40.84% from 333); Max value from RGB is 196 - color contains mainly: green. Hex color #01C488 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #01C488 is #FE3B77. Grayscale: #828282. Windows color (decimal): -16661368 or 8963073. OLE color: 8963073.
HSL color Cylindrical-coordinate representation of color #01C488: hue angle of 161.54º 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 #01C488 is Cyan = 0.99, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 1 | 196 | 136 | - |
| CMYK | 0.99 | 0 | 0.31 | 0.23 |
| HSL | 161.54º | 0.99% | 0.39% | - |
| HSV(B) | 161.54º | 0.99% | 0.77% | - |
| XYZ | 24.2 | 41.26 | 29.98 | - |
| YUV | 130.86 | 130.9 | 35.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 196 | 136 | 0.99 | 0 | 0.31 | 0.23 | 161.54 | 0.99 | 0.39 |
| Hex | 1 | C4 | 88 | 63 | 0 | 1F | 17 | A2 | 63 | 27 |
| Octal | 1 | 304 | 210 | 143 | 0 | 37 | 27 | 242 | 143 | 47 |
| Binary | 1 | 11000100 | 10001000 | 1100011 | 0 | 11111 | 10111 | 10100010 | 1100011 | 100111 |
Color Harmonies of #01C488
Complementary color
Monochromatic Colors of #01C488
Black with #01C488
Text Example
Text Example
White with #01C488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01C488; }
p { color: rgb(1,196,136); }
H1.HeaderClassName
{
color: #01C488;
}
.AnyTagClassName
{
color: #01C488;
}
</style>
background-color css
<style>
a { background-color: #01C488; }
a { background-color: rgb(1,196,136); }
div.DivClassName
{
background-color: #01C488;
}
.BgClassName
{
background-color: #01C488;
}
</style>
border-color css
<style>
span { border-color: #01C488; }
span { border-color: rgb(1,196,136); }
td.TdClassName
{
border-color: #01C488;
}
.TagClassName
{
border-color: #01C488;
}
</style>