Shades of Water Leaf #ADF2E0
Tints of Water Leaf #ADF2E0
RGB
CMYK
RGB Variations
Color information
#ADF2E0 (or 0xADF2E0) is known color: Water Leaf. HEX triplet: AD, F2 and E0. RGB value is (173,242,224). Sum of RGB (Red+Green+Blue) = 173+242+224=639 (84% of max value = 765). Red value is 173 (67.97% from 255 or 27.07% from 639); Green value is 242 (94.92% from 255 or 37.87% from 639); Blue value is 224 (87.89% from 255 or 35.05% from 639); Max value from RGB is 242 - color contains mainly: green. Hex color #ADF2E0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADF2E0 is #520D1F. Grayscale: #DBDBDB. Windows color (decimal): -5377312 or 14742189. OLE color: 14742189.
HSL color Cylindrical-coordinate representation of color #ADF2E0: hue angle of 164.35º degrees, saturation: 0.73, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ADF2E0 is Cyan = 0.29, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 173 | 242 | 224 | - |
| CMYK | 0.29 | 0 | 0.07 | 0.05 |
| HSL | 164.35º | 0.73% | 0.81% | - |
| HSV(B) | 164.35º | 0.29% | 0.95% | - |
| XYZ | 62.44 | 77.77 | 82.24 | - |
| YUV | 219.32 | 130.64 | 94.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 242 | 224 | 0.29 | 0 | 0.07 | 0.05 | 164.35 | 0.73 | 0.81 |
| Hex | AD | F2 | E0 | 1D | 0 | 7 | 5 | A4 | 49 | 51 |
| Octal | 255 | 362 | 340 | 35 | 0 | 7 | 5 | 244 | 111 | 121 |
| Binary | 10101101 | 11110010 | 11100000 | 11101 | 0 | 111 | 101 | 10100100 | 1001001 | 1010001 |
Color Harmonies of #ADF2E0
Complementary color
Monochromatic Colors of #ADF2E0
Black with #ADF2E0
Text Example
Text Example
White with #ADF2E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADF2E0; }
p { color: rgb(173,242,224); }
H1.HeaderClassName
{
color: #ADF2E0;
}
.AnyTagClassName
{
color: #ADF2E0;
}
</style>
background-color css
<style>
a { background-color: #ADF2E0; }
a { background-color: rgb(173,242,224); }
div.DivClassName
{
background-color: #ADF2E0;
}
.BgClassName
{
background-color: #ADF2E0;
}
</style>
border-color css
<style>
span { border-color: #ADF2E0; }
span { border-color: rgb(173,242,224); }
td.TdClassName
{
border-color: #ADF2E0;
}
.TagClassName
{
border-color: #ADF2E0;
}
</style>