Shades of Caribbean Green #00DEAB
Tints of Caribbean Green #00DEAB
RGB
CMYK
RGB Variations
Color information
#00DEAB (or 0x00DEAB) is known color: Caribbean Green. HEX triplet: 00, DE and AB. RGB value is (0,222,171). Sum of RGB (Red+Green+Blue) = 0+222+171=393 (52% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 393); Green value is 222 (87.11% from 255 or 56.49% from 393); Blue value is 171 (67.19% from 255 or 43.51% from 393); Max value from RGB is 222 - color contains mainly: green. Hex color #00DEAB is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #00DEAB is #FF2154. Grayscale: #959595. Windows color (decimal): -16720213 or 11263488. OLE color: 11263488.
HSL color Cylindrical-coordinate representation of color #00DEAB: hue angle of 166.22º 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 #00DEAB is Cyan = 1, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 0 | 222 | 171 | - |
| CMYK | 1 | 0 | 0.23 | 0.13 |
| HSL | 166.22º | 1% | 0.44% | - |
| HSV(B) | 166.22º | 1% | 0.87% | - |
| XYZ | 33.47 | 55.18 | 47.42 | - |
| YUV | 149.81 | 139.95 | 21.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 222 | 171 | 1 | 0 | 0.23 | 0.13 | 166.22 | 1 | 0.44 |
| Hex | 0 | DE | AB | 64 | 0 | 17 | D | A6 | 64 | 2C |
| Octal | 0 | 336 | 253 | 144 | 0 | 27 | 15 | 246 | 144 | 54 |
| Binary | 0 | 11011110 | 10101011 | 1100100 | 0 | 10111 | 1101 | 10100110 | 1100100 | 101100 |
Color Harmonies of #00DEAB
Complementary color
Monochromatic Colors of #00DEAB
Black with #00DEAB
Text Example
Text Example
White with #00DEAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00DEAB; }
p { color: rgb(0,222,171); }
H1.HeaderClassName
{
color: #00DEAB;
}
.AnyTagClassName
{
color: #00DEAB;
}
</style>
background-color css
<style>
a { background-color: #00DEAB; }
a { background-color: rgb(0,222,171); }
div.DivClassName
{
background-color: #00DEAB;
}
.BgClassName
{
background-color: #00DEAB;
}
</style>
border-color css
<style>
span { border-color: #00DEAB; }
span { border-color: rgb(0,222,171); }
td.TdClassName
{
border-color: #00DEAB;
}
.TagClassName
{
border-color: #00DEAB;
}
</style>