Shades of Caribbean Green #01D19C
Tints of Caribbean Green #01D19C
RGB
CMYK
RGB Variations
Color information
#01D19C (or 0x01D19C) is known color: Caribbean Green. HEX triplet: 01, D1 and 9C. RGB value is (1,209,156). Sum of RGB (Red+Green+Blue) = 1+209+156=366 (48% of max value = 765). Red value is 1 (0.78% from 255 or 0.27% from 366); Green value is 209 (82.03% from 255 or 57.10% from 366); Blue value is 156 (61.33% from 255 or 42.62% from 366); Max value from RGB is 209 - color contains mainly: green. Hex color #01D19C is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #01D19C is #FE2E63. Grayscale: #8C8C8C. Windows color (decimal): -16658020 or 10277121. OLE color: 10277121.
HSL color Cylindrical-coordinate representation of color #01D19C: hue angle of 164.71º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01D19C is Cyan = 1.00, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 1 | 209 | 156 | - |
| CMYK | 1.00 | 0 | 0.25 | 0.18 |
| HSL | 164.71º | 0.99% | 0.41% | - |
| HSV(B) | 164.71º | 1% | 0.82% | - |
| XYZ | 28.81 | 48.01 | 39.2 | - |
| YUV | 140.77 | 136.59 | 28.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 209 | 156 | 1.00 | 0 | 0.25 | 0.18 | 164.71 | 0.99 | 0.41 |
| Hex | 1 | D1 | 9C | 64 | 0 | 19 | 12 | A5 | 63 | 29 |
| Octal | 1 | 321 | 234 | 144 | 0 | 31 | 22 | 245 | 143 | 51 |
| Binary | 1 | 11010001 | 10011100 | 1100100 | 0 | 11001 | 10010 | 10100101 | 1100011 | 101001 |
Color Harmonies of #01D19C
Complementary color
Monochromatic Colors of #01D19C
Black with #01D19C
Text Example
Text Example
White with #01D19C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01D19C; }
p { color: rgb(1,209,156); }
H1.HeaderClassName
{
color: #01D19C;
}
.AnyTagClassName
{
color: #01D19C;
}
</style>
background-color css
<style>
a { background-color: #01D19C; }
a { background-color: rgb(1,209,156); }
div.DivClassName
{
background-color: #01D19C;
}
.BgClassName
{
background-color: #01D19C;
}
</style>
border-color css
<style>
span { border-color: #01D19C; }
span { border-color: rgb(1,209,156); }
td.TdClassName
{
border-color: #01D19C;
}
.TagClassName
{
border-color: #01D19C;
}
</style>