Shades of Caribbean Green #00DEA4
Tints of Caribbean Green #00DEA4
RGB
CMYK
RGB Variations
Color information
#00DEA4 (or 0x00DEA4) is known color: Caribbean Green. HEX triplet: 00, DE and A4. RGB value is (0,222,164). Sum of RGB (Red+Green+Blue) = 0+222+164=386 (51% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 386); Green value is 222 (87.11% from 255 or 57.51% from 386); Blue value is 164 (64.45% from 255 or 42.49% from 386); Max value from RGB is 222 - color contains mainly: green. Hex color #00DEA4 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #00DEA4 is #FF215B. Grayscale: #959595. Windows color (decimal): -16720220 or 10804736. OLE color: 10804736.
HSL color Cylindrical-coordinate representation of color #00DEA4: hue angle of 164.32º 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 #00DEA4 is Cyan = 1, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 0 | 222 | 164 | - |
| CMYK | 1 | 0 | 0.26 | 0.13 |
| HSL | 164.32º | 1% | 0.44% | - |
| HSV(B) | 164.32º | 1% | 0.87% | - |
| XYZ | 32.82 | 54.92 | 43.99 | - |
| YUV | 149.01 | 136.45 | 21.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 222 | 164 | 1 | 0 | 0.26 | 0.13 | 164.32 | 1 | 0.44 |
| Hex | 0 | DE | A4 | 64 | 0 | 1A | D | A4 | 64 | 2C |
| Octal | 0 | 336 | 244 | 144 | 0 | 32 | 15 | 244 | 144 | 54 |
| Binary | 0 | 11011110 | 10100100 | 1100100 | 0 | 11010 | 1101 | 10100100 | 1100100 | 101100 |
Color Harmonies of #00DEA4
Complementary color
Monochromatic Colors of #00DEA4
Black with #00DEA4
Text Example
Text Example
White with #00DEA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00DEA4; }
p { color: rgb(0,222,164); }
H1.HeaderClassName
{
color: #00DEA4;
}
.AnyTagClassName
{
color: #00DEA4;
}
</style>
background-color css
<style>
a { background-color: #00DEA4; }
a { background-color: rgb(0,222,164); }
div.DivClassName
{
background-color: #00DEA4;
}
.BgClassName
{
background-color: #00DEA4;
}
</style>
border-color css
<style>
span { border-color: #00DEA4; }
span { border-color: rgb(0,222,164); }
td.TdClassName
{
border-color: #00DEA4;
}
.TagClassName
{
border-color: #00DEA4;
}
</style>