Shades of Caribbean Green #00DEA1
Tints of Caribbean Green #00DEA1
RGB
CMYK
RGB Variations
Color information
#00DEA1 (or 0x00DEA1) is known color: Caribbean Green. HEX triplet: 00, DE and A1. RGB value is (0,222,161). Sum of RGB (Red+Green+Blue) = 0+222+161=383 (50% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 383); Green value is 222 (87.11% from 255 or 57.96% from 383); Blue value is 161 (63.28% from 255 or 42.04% from 383); Max value from RGB is 222 - color contains mainly: green. Hex color #00DEA1 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #00DEA1 is #FF215E. Grayscale: #949494. Windows color (decimal): -16720223 or 10608128. OLE color: 10608128.
HSL color Cylindrical-coordinate representation of color #00DEA1: hue angle of 163.51º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00DEA1 is Cyan = 1, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 0 | 222 | 161 | - |
| CMYK | 1 | 0 | 0.27 | 0.13 |
| HSL | 163.51º | 1% | 0.44% | - |
| HSV(B) | 163.51º | 1% | 0.87% | - |
| XYZ | 32.55 | 54.82 | 42.58 | - |
| YUV | 148.67 | 134.95 | 21.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 222 | 161 | 1 | 0 | 0.27 | 0.13 | 163.51 | 1 | 0.44 |
| Hex | 0 | DE | A1 | 64 | 0 | 1B | D | A4 | 64 | 2C |
| Octal | 0 | 336 | 241 | 144 | 0 | 33 | 15 | 244 | 144 | 54 |
| Binary | 0 | 11011110 | 10100001 | 1100100 | 0 | 11011 | 1101 | 10100100 | 1100100 | 101100 |
Color Harmonies of #00DEA1
Complementary color
Monochromatic Colors of #00DEA1
Black with #00DEA1
Text Example
Text Example
White with #00DEA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00DEA1; }
p { color: rgb(0,222,161); }
H1.HeaderClassName
{
color: #00DEA1;
}
.AnyTagClassName
{
color: #00DEA1;
}
</style>
background-color css
<style>
a { background-color: #00DEA1; }
a { background-color: rgb(0,222,161); }
div.DivClassName
{
background-color: #00DEA1;
}
.BgClassName
{
background-color: #00DEA1;
}
</style>
border-color css
<style>
span { border-color: #00DEA1; }
span { border-color: rgb(0,222,161); }
td.TdClassName
{
border-color: #00DEA1;
}
.TagClassName
{
border-color: #00DEA1;
}
</style>