Shades of Water Leaf #ADFEEA
Tints of Water Leaf #ADFEEA
RGB
CMYK
RGB Variations
Color information
#ADFEEA (or 0xADFEEA) is known color: Water Leaf. HEX triplet: AD, FE and EA. RGB value is (173,254,234). Sum of RGB (Red+Green+Blue) = 173+254+234=661 (87% of max value = 765). Red value is 173 (67.97% from 255 or 26.17% from 661); Green value is 254 (99.61% from 255 or 38.43% from 661); Blue value is 234 (91.80% from 255 or 35.40% from 661); Max value from RGB is 254 - color contains mainly: green. Hex color #ADFEEA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ADFEEA is #520115. Grayscale: #E3E3E3. Windows color (decimal): -5374230 or 15400621. OLE color: 15400621.
HSL color Cylindrical-coordinate representation of color #ADFEEA: hue angle of 165.19º 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 #ADFEEA is Cyan = 0.32, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 173 | 254 | 234 | - |
| CMYK | 0.32 | 0 | 0.08 | 0.00 |
| HSL | 165.19º | 0.98% | 0.84% | - |
| HSV(B) | 165.19º | 0.32% | 1% | - |
| XYZ | 67.53 | 85.71 | 90.83 | - |
| YUV | 227.5 | 131.66 | 89.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 254 | 234 | 0.32 | 0 | 0.08 | 0.00 | 165.19 | 0.98 | 0.84 |
| Hex | AD | FE | EA | 20 | 0 | 8 | 0 | A5 | 62 | 54 |
| Octal | 255 | 376 | 352 | 40 | 0 | 10 | 0 | 245 | 142 | 124 |
| Binary | 10101101 | 11111110 | 11101010 | 100000 | 0 | 1000 | 0 | 10100101 | 1100010 | 1010100 |
Color Harmonies of #ADFEEA
Complementary color
Monochromatic Colors of #ADFEEA
Black with #ADFEEA
Text Example
Text Example
White with #ADFEEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADFEEA; }
p { color: rgb(173,254,234); }
H1.HeaderClassName
{
color: #ADFEEA;
}
.AnyTagClassName
{
color: #ADFEEA;
}
</style>
background-color css
<style>
a { background-color: #ADFEEA; }
a { background-color: rgb(173,254,234); }
div.DivClassName
{
background-color: #ADFEEA;
}
.BgClassName
{
background-color: #ADFEEA;
}
</style>
border-color css
<style>
span { border-color: #ADFEEA; }
span { border-color: rgb(173,254,234); }
td.TdClassName
{
border-color: #ADFEEA;
}
.TagClassName
{
border-color: #ADFEEA;
}
</style>