Shades of Caribbean Green #01DEAA
Tints of Caribbean Green #01DEAA
RGB
CMYK
RGB Variations
Color information
#01DEAA (or 0x01DEAA) is known color: Caribbean Green. HEX triplet: 01, DE and AA. RGB value is (1,222,170). Sum of RGB (Red+Green+Blue) = 1+222+170=393 (52% of max value = 765). Red value is 1 (0.78% from 255 or 0.25% from 393); Green value is 222 (87.11% from 255 or 56.49% from 393); Blue value is 170 (66.80% from 255 or 43.26% from 393); Max value from RGB is 222 - color contains mainly: green. Hex color #01DEAA is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #01DEAA is #FE2155. Grayscale: #959595. Windows color (decimal): -16654678 or 11197953. OLE color: 11197953.
HSL color Cylindrical-coordinate representation of color #01DEAA: hue angle of 165.88º 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 #01DEAA is Cyan = 1.00, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 1 | 222 | 170 | - |
| CMYK | 1.00 | 0 | 0.23 | 0.13 |
| HSL | 165.88º | 0.99% | 0.44% | - |
| HSV(B) | 165.88º | 1% | 0.87% | - |
| XYZ | 33.39 | 55.15 | 46.92 | - |
| YUV | 149.99 | 139.28 | 21.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 222 | 170 | 1.00 | 0 | 0.23 | 0.13 | 165.88 | 0.99 | 0.44 |
| Hex | 1 | DE | AA | 64 | 0 | 17 | D | A6 | 63 | 2C |
| Octal | 1 | 336 | 252 | 144 | 0 | 27 | 15 | 246 | 143 | 54 |
| Binary | 1 | 11011110 | 10101010 | 1100100 | 0 | 10111 | 1101 | 10100110 | 1100011 | 101100 |
Color Harmonies of #01DEAA
Complementary color
Monochromatic Colors of #01DEAA
Black with #01DEAA
Text Example
Text Example
White with #01DEAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01DEAA; }
p { color: rgb(1,222,170); }
H1.HeaderClassName
{
color: #01DEAA;
}
.AnyTagClassName
{
color: #01DEAA;
}
</style>
background-color css
<style>
a { background-color: #01DEAA; }
a { background-color: rgb(1,222,170); }
div.DivClassName
{
background-color: #01DEAA;
}
.BgClassName
{
background-color: #01DEAA;
}
</style>
border-color css
<style>
span { border-color: #01DEAA; }
span { border-color: rgb(1,222,170); }
td.TdClassName
{
border-color: #01DEAA;
}
.TagClassName
{
border-color: #01DEAA;
}
</style>