Shades of Water Leaf #ADFEE5
Tints of Water Leaf #ADFEE5
RGB
CMYK
RGB Variations
Color information
#ADFEE5 (or 0xADFEE5) is known color: Water Leaf. HEX triplet: AD, FE and E5. RGB value is (173,254,229). Sum of RGB (Red+Green+Blue) = 173+254+229=656 (86% of max value = 765). Red value is 173 (67.97% from 255 or 26.37% from 656); Green value is 254 (99.61% from 255 or 38.72% from 656); Blue value is 229 (89.84% from 255 or 34.91% from 656); Max value from RGB is 254 - color contains mainly: green. Hex color #ADFEE5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADFEE5 is #52011A. Grayscale: #E2E2E2. Windows color (decimal): -5374235 or 15072941. OLE color: 15072941.
HSL color Cylindrical-coordinate representation of color #ADFEE5: hue angle of 161.48º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ADFEE5 is Cyan = 0.32, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 173 | 254 | 229 | - |
| CMYK | 0.32 | 0 | 0.10 | 0.00 |
| HSL | 161.48º | 0.98% | 0.84% | - |
| HSV(B) | 161.48º | 0.32% | 1% | - |
| XYZ | 66.82 | 85.43 | 87.1 | - |
| YUV | 226.93 | 129.16 | 89.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 254 | 229 | 0.32 | 0 | 0.10 | 0.00 | 161.48 | 0.98 | 0.84 |
| Hex | AD | FE | E5 | 20 | 0 | A | 0 | A1 | 62 | 54 |
| Octal | 255 | 376 | 345 | 40 | 0 | 12 | 0 | 241 | 142 | 124 |
| Binary | 10101101 | 11111110 | 11100101 | 100000 | 0 | 1010 | 0 | 10100001 | 1100010 | 1010100 |
Color Harmonies of #ADFEE5
Complementary color
Monochromatic Colors of #ADFEE5
Black with #ADFEE5
Text Example
Text Example
White with #ADFEE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADFEE5; }
p { color: rgb(173,254,229); }
H1.HeaderClassName
{
color: #ADFEE5;
}
.AnyTagClassName
{
color: #ADFEE5;
}
</style>
background-color css
<style>
a { background-color: #ADFEE5; }
a { background-color: rgb(173,254,229); }
div.DivClassName
{
background-color: #ADFEE5;
}
.BgClassName
{
background-color: #ADFEE5;
}
</style>
border-color css
<style>
span { border-color: #ADFEE5; }
span { border-color: rgb(173,254,229); }
td.TdClassName
{
border-color: #ADFEE5;
}
.TagClassName
{
border-color: #ADFEE5;
}
</style>