Shades of Caribbean Green #00DEAD
Tints of Caribbean Green #00DEAD
RGB
CMYK
RGB Variations
Color information
#00DEAD (or 0x00DEAD) is known color: Caribbean Green. HEX triplet: 00, DE and AD. RGB value is (0,222,173). Sum of RGB (Red+Green+Blue) = 0+222+173=395 (52% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 395); Green value is 222 (87.11% from 255 or 56.20% from 395); Blue value is 173 (67.97% from 255 or 43.80% from 395); Max value from RGB is 222 - color contains mainly: green. Hex color #00DEAD is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #00DEAD is #FF2152. Grayscale: #969696. Windows color (decimal): -16720211 or 11394560. OLE color: 11394560.
HSL color Cylindrical-coordinate representation of color #00DEAD: hue angle of 166.76º 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 #00DEAD is Cyan = 1, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 0 | 222 | 173 | - |
| CMYK | 1 | 0 | 0.22 | 0.13 |
| HSL | 166.76º | 1% | 0.44% | - |
| HSV(B) | 166.76º | 1% | 0.87% | - |
| XYZ | 33.66 | 55.26 | 48.43 | - |
| YUV | 150.04 | 140.95 | 20.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 222 | 173 | 1 | 0 | 0.22 | 0.13 | 166.76 | 1 | 0.44 |
| Hex | 0 | DE | AD | 64 | 0 | 16 | D | A7 | 64 | 2C |
| Octal | 0 | 336 | 255 | 144 | 0 | 26 | 15 | 247 | 144 | 54 |
| Binary | 0 | 11011110 | 10101101 | 1100100 | 0 | 10110 | 1101 | 10100111 | 1100100 | 101100 |
Color Harmonies of #00DEAD
Complementary color
Monochromatic Colors of #00DEAD
Black with #00DEAD
Text Example
Text Example
White with #00DEAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00DEAD; }
p { color: rgb(0,222,173); }
H1.HeaderClassName
{
color: #00DEAD;
}
.AnyTagClassName
{
color: #00DEAD;
}
</style>
background-color css
<style>
a { background-color: #00DEAD; }
a { background-color: rgb(0,222,173); }
div.DivClassName
{
background-color: #00DEAD;
}
.BgClassName
{
background-color: #00DEAD;
}
</style>
border-color css
<style>
span { border-color: #00DEAD; }
span { border-color: rgb(0,222,173); }
td.TdClassName
{
border-color: #00DEAD;
}
.TagClassName
{
border-color: #00DEAD;
}
</style>