Shades of Caribbean Green #00DEA2
Tints of Caribbean Green #00DEA2
RGB
CMYK
RGB Variations
Color information
#00DEA2 (or 0x00DEA2) is known color: Caribbean Green. HEX triplet: 00, DE and A2. RGB value is (0,222,162). Sum of RGB (Red+Green+Blue) = 0+222+162=384 (50% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 384); Green value is 222 (87.11% from 255 or 57.81% from 384); Blue value is 162 (63.67% from 255 or 42.19% from 384); Max value from RGB is 222 - color contains mainly: green. Hex color #00DEA2 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #00DEA2 is #FF215D. Grayscale: #949494. Windows color (decimal): -16720222 or 10673664. OLE color: 10673664.
HSL color Cylindrical-coordinate representation of color #00DEA2: hue angle of 163.78º 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 #00DEA2 is Cyan = 1, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 0 | 222 | 162 | - |
| CMYK | 1 | 0 | 0.27 | 0.13 |
| HSL | 163.78º | 1% | 0.44% | - |
| HSV(B) | 163.78º | 1% | 0.87% | - |
| XYZ | 32.64 | 54.85 | 43.05 | - |
| YUV | 148.78 | 135.45 | 21.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 222 | 162 | 1 | 0 | 0.27 | 0.13 | 163.78 | 1 | 0.44 |
| Hex | 0 | DE | A2 | 64 | 0 | 1B | D | A4 | 64 | 2C |
| Octal | 0 | 336 | 242 | 144 | 0 | 33 | 15 | 244 | 144 | 54 |
| Binary | 0 | 11011110 | 10100010 | 1100100 | 0 | 11011 | 1101 | 10100100 | 1100100 | 101100 |
Color Harmonies of #00DEA2
Complementary color
Monochromatic Colors of #00DEA2
Black with #00DEA2
Text Example
Text Example
White with #00DEA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00DEA2; }
p { color: rgb(0,222,162); }
H1.HeaderClassName
{
color: #00DEA2;
}
.AnyTagClassName
{
color: #00DEA2;
}
</style>
background-color css
<style>
a { background-color: #00DEA2; }
a { background-color: rgb(0,222,162); }
div.DivClassName
{
background-color: #00DEA2;
}
.BgClassName
{
background-color: #00DEA2;
}
</style>
border-color css
<style>
span { border-color: #00DEA2; }
span { border-color: rgb(0,222,162); }
td.TdClassName
{
border-color: #00DEA2;
}
.TagClassName
{
border-color: #00DEA2;
}
</style>