Shades of Water Leaf #ADFDE2
Tints of Water Leaf #ADFDE2
RGB
CMYK
RGB Variations
Color information
#ADFDE2 (or 0xADFDE2) is known color: Water Leaf. HEX triplet: AD, FD and E2. RGB value is (173,253,226). Sum of RGB (Red+Green+Blue) = 173+253+226=652 (86% of max value = 765). Red value is 173 (67.97% from 255 or 26.53% from 652); Green value is 253 (99.22% from 255 or 38.80% from 652); Blue value is 226 (88.67% from 255 or 34.66% from 652); Max value from RGB is 253 - color contains mainly: green. Hex color #ADFDE2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADFDE2 is #52021D. Grayscale: #E2E2E2. Windows color (decimal): -5374494 or 14876077. OLE color: 14876077.
HSL color Cylindrical-coordinate representation of color #ADFDE2: hue angle of 159.75º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ADFDE2 is Cyan = 0.32, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 173 | 253 | 226 | - |
| CMYK | 0.32 | 0 | 0.11 | 0.01 |
| HSL | 159.75º | 0.95% | 0.84% | - |
| HSV(B) | 159.75º | 0.32% | 0.99% | - |
| XYZ | 66.09 | 84.63 | 84.8 | - |
| YUV | 226 | 128 | 90.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 253 | 226 | 0.32 | 0 | 0.11 | 0.01 | 159.75 | 0.95 | 0.84 |
| Hex | AD | FD | E2 | 20 | 0 | B | 1 | A0 | 5F | 54 |
| Octal | 255 | 375 | 342 | 40 | 0 | 13 | 1 | 240 | 137 | 124 |
| Binary | 10101101 | 11111101 | 11100010 | 100000 | 0 | 1011 | 1 | 10100000 | 1011111 | 1010100 |
Color Harmonies of #ADFDE2
Complementary color
Monochromatic Colors of #ADFDE2
Black with #ADFDE2
Text Example
Text Example
White with #ADFDE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADFDE2; }
p { color: rgb(173,253,226); }
H1.HeaderClassName
{
color: #ADFDE2;
}
.AnyTagClassName
{
color: #ADFDE2;
}
</style>
background-color css
<style>
a { background-color: #ADFDE2; }
a { background-color: rgb(173,253,226); }
div.DivClassName
{
background-color: #ADFDE2;
}
.BgClassName
{
background-color: #ADFDE2;
}
</style>
border-color css
<style>
span { border-color: #ADFDE2; }
span { border-color: rgb(173,253,226); }
td.TdClassName
{
border-color: #ADFDE2;
}
.TagClassName
{
border-color: #ADFDE2;
}
</style>