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