Shades of Water Leaf #ADE8E0
Tints of Water Leaf #ADE8E0
RGB
CMYK
RGB Variations
Color information
#ADE8E0 (or 0xADE8E0) is known color: Water Leaf. HEX triplet: AD, E8 and E0. RGB value is (173,232,224). Sum of RGB (Red+Green+Blue) = 173+232+224=629 (83% of max value = 765). Red value is 173 (67.97% from 255 or 27.50% from 629); Green value is 232 (91.02% from 255 or 36.88% from 629); Blue value is 224 (87.89% from 255 or 35.61% from 629); Max value from RGB is 232 - color contains mainly: green. Hex color #ADE8E0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADE8E0 is #52171F. Grayscale: #D5D5D5. Windows color (decimal): -5379872 or 14739629. OLE color: 14739629.
HSL color Cylindrical-coordinate representation of color #ADE8E0: hue angle of 171.86º degrees, saturation: 0.56, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #ADE8E0 is Cyan = 0.25, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 173 | 232 | 224 | - |
| CMYK | 0.25 | 0 | 0.03 | 0.09 |
| HSL | 171.86º | 0.56% | 0.79% | - |
| HSV(B) | 171.86º | 0.25% | 0.91% | - |
| XYZ | 59.54 | 71.98 | 81.28 | - |
| YUV | 213.45 | 133.95 | 99.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 232 | 224 | 0.25 | 0 | 0.03 | 0.09 | 171.86 | 0.56 | 0.79 |
| Hex | AD | E8 | E0 | 19 | 0 | 3 | 9 | AC | 38 | 4F |
| Octal | 255 | 350 | 340 | 31 | 0 | 3 | 11 | 254 | 70 | 117 |
| Binary | 10101101 | 11101000 | 11100000 | 11001 | 0 | 11 | 1001 | 10101100 | 111000 | 1001111 |
Color Harmonies of #ADE8E0
Complementary color
Monochromatic Colors of #ADE8E0
Black with #ADE8E0
Text Example
Text Example
White with #ADE8E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE8E0; }
p { color: rgb(173,232,224); }
H1.HeaderClassName
{
color: #ADE8E0;
}
.AnyTagClassName
{
color: #ADE8E0;
}
</style>
background-color css
<style>
a { background-color: #ADE8E0; }
a { background-color: rgb(173,232,224); }
div.DivClassName
{
background-color: #ADE8E0;
}
.BgClassName
{
background-color: #ADE8E0;
}
</style>
border-color css
<style>
span { border-color: #ADE8E0; }
span { border-color: rgb(173,232,224); }
td.TdClassName
{
border-color: #ADE8E0;
}
.TagClassName
{
border-color: #ADE8E0;
}
</style>