Shades of Caribbean Green #01DEA8
Tints of Caribbean Green #01DEA8
RGB
CMYK
RGB Variations
Color information
#01DEA8 (or 0x01DEA8) is known color: Caribbean Green. HEX triplet: 01, DE and A8. RGB value is (1,222,168). Sum of RGB (Red+Green+Blue) = 1+222+168=391 (51% of max value = 765). Red value is 1 (0.78% from 255 or 0.26% from 391); Green value is 222 (87.11% from 255 or 56.78% from 391); Blue value is 168 (66.02% from 255 or 42.97% from 391); Max value from RGB is 222 - color contains mainly: green. Hex color #01DEA8 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #01DEA8 is #FE2157. Grayscale: #959595. Windows color (decimal): -16654680 or 11066881. OLE color: 11066881.
HSL color Cylindrical-coordinate representation of color #01DEA8: hue angle of 165.34º 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 #01DEA8 is Cyan = 1.00, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 1 | 222 | 168 | - |
| CMYK | 1.00 | 0 | 0.24 | 0.13 |
| HSL | 165.34º | 0.99% | 0.44% | - |
| HSV(B) | 165.34º | 1% | 0.87% | - |
| XYZ | 33.2 | 55.08 | 45.93 | - |
| YUV | 149.77 | 138.28 | 21.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 222 | 168 | 1.00 | 0 | 0.24 | 0.13 | 165.34 | 0.99 | 0.44 |
| Hex | 1 | DE | A8 | 64 | 0 | 18 | D | A5 | 63 | 2C |
| Octal | 1 | 336 | 250 | 144 | 0 | 30 | 15 | 245 | 143 | 54 |
| Binary | 1 | 11011110 | 10101000 | 1100100 | 0 | 11000 | 1101 | 10100101 | 1100011 | 101100 |
Color Harmonies of #01DEA8
Complementary color
Monochromatic Colors of #01DEA8
Black with #01DEA8
Text Example
Text Example
White with #01DEA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01DEA8; }
p { color: rgb(1,222,168); }
H1.HeaderClassName
{
color: #01DEA8;
}
.AnyTagClassName
{
color: #01DEA8;
}
</style>
background-color css
<style>
a { background-color: #01DEA8; }
a { background-color: rgb(1,222,168); }
div.DivClassName
{
background-color: #01DEA8;
}
.BgClassName
{
background-color: #01DEA8;
}
</style>
border-color css
<style>
span { border-color: #01DEA8; }
span { border-color: rgb(1,222,168); }
td.TdClassName
{
border-color: #01DEA8;
}
.TagClassName
{
border-color: #01DEA8;
}
</style>