Shades of Caribbean Green #01DFA1
Tints of Caribbean Green #01DFA1
RGB
CMYK
RGB Variations
Color information
#01DFA1 (or 0x01DFA1) is known color: Caribbean Green. HEX triplet: 01, DF and A1. RGB value is (1,223,161). Sum of RGB (Red+Green+Blue) = 1+223+161=385 (50% of max value = 765). Red value is 1 (0.78% from 255 or 0.26% from 385); Green value is 223 (87.5% from 255 or 57.92% from 385); Blue value is 161 (63.28% from 255 or 41.82% from 385); Max value from RGB is 223 - color contains mainly: green. Hex color #01DFA1 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #01DFA1 is #FE205E. Grayscale: #959595. Windows color (decimal): -16654431 or 10608385. OLE color: 10608385.
HSL color Cylindrical-coordinate representation of color #01DFA1: hue angle of 163.24º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01DFA1 is Cyan = 1.00, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 1 | 223 | 161 | - |
| CMYK | 1.00 | 0 | 0.28 | 0.13 |
| HSL | 163.24º | 0.99% | 0.44% | - |
| HSV(B) | 163.24º | 1% | 0.87% | - |
| XYZ | 32.83 | 55.36 | 42.67 | - |
| YUV | 149.55 | 134.45 | 22.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 223 | 161 | 1.00 | 0 | 0.28 | 0.13 | 163.24 | 0.99 | 0.44 |
| Hex | 1 | DF | A1 | 64 | 0 | 1C | D | A3 | 63 | 2C |
| Octal | 1 | 337 | 241 | 144 | 0 | 34 | 15 | 243 | 143 | 54 |
| Binary | 1 | 11011111 | 10100001 | 1100100 | 0 | 11100 | 1101 | 10100011 | 1100011 | 101100 |
Color Harmonies of #01DFA1
Complementary color
Monochromatic Colors of #01DFA1
Black with #01DFA1
Text Example
Text Example
White with #01DFA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01DFA1; }
p { color: rgb(1,223,161); }
H1.HeaderClassName
{
color: #01DFA1;
}
.AnyTagClassName
{
color: #01DFA1;
}
</style>
background-color css
<style>
a { background-color: #01DFA1; }
a { background-color: rgb(1,223,161); }
div.DivClassName
{
background-color: #01DFA1;
}
.BgClassName
{
background-color: #01DFA1;
}
</style>
border-color css
<style>
span { border-color: #01DFA1; }
span { border-color: rgb(1,223,161); }
td.TdClassName
{
border-color: #01DFA1;
}
.TagClassName
{
border-color: #01DFA1;
}
</style>