Shades of Water Leaf #ADFEE1
Tints of Water Leaf #ADFEE1
RGB
CMYK
RGB Variations
Color information
#ADFEE1 (or 0xADFEE1) is known color: Water Leaf. HEX triplet: AD, FE and E1. RGB value is (173,254,225). Sum of RGB (Red+Green+Blue) = 173+254+225=652 (86% of max value = 765). Red value is 173 (67.97% from 255 or 26.53% from 652); Green value is 254 (99.61% from 255 or 38.96% from 652); Blue value is 225 (88.28% from 255 or 34.51% from 652); Max value from RGB is 254 - color contains mainly: green. Hex color #ADFEE1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADFEE1 is #52011E. Grayscale: #E2E2E2. Windows color (decimal): -5374239 or 14810797. OLE color: 14810797.
HSL color Cylindrical-coordinate representation of color #ADFEE1: hue angle of 158.52º 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 #ADFEE1 is Cyan = 0.32, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 173 | 254 | 225 | - |
| CMYK | 0.32 | 0 | 0.11 | 0.00 |
| HSL | 158.52º | 0.98% | 0.84% | - |
| HSV(B) | 158.52º | 0.32% | 1% | - |
| XYZ | 66.27 | 85.2 | 84.19 | - |
| YUV | 226.48 | 127.16 | 89.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 254 | 225 | 0.32 | 0 | 0.11 | 0.00 | 158.52 | 0.98 | 0.84 |
| Hex | AD | FE | E1 | 20 | 0 | B | 0 | 9F | 62 | 54 |
| Octal | 255 | 376 | 341 | 40 | 0 | 13 | 0 | 237 | 142 | 124 |
| Binary | 10101101 | 11111110 | 11100001 | 100000 | 0 | 1011 | 0 | 10011111 | 1100010 | 1010100 |
Color Harmonies of #ADFEE1
Complementary color
Monochromatic Colors of #ADFEE1
Black with #ADFEE1
Text Example
Text Example
White with #ADFEE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADFEE1; }
p { color: rgb(173,254,225); }
H1.HeaderClassName
{
color: #ADFEE1;
}
.AnyTagClassName
{
color: #ADFEE1;
}
</style>
background-color css
<style>
a { background-color: #ADFEE1; }
a { background-color: rgb(173,254,225); }
div.DivClassName
{
background-color: #ADFEE1;
}
.BgClassName
{
background-color: #ADFEE1;
}
</style>
border-color css
<style>
span { border-color: #ADFEE1; }
span { border-color: rgb(173,254,225); }
td.TdClassName
{
border-color: #ADFEE1;
}
.TagClassName
{
border-color: #ADFEE1;
}
</style>