Shades of Water Leaf #ADFAE1
Tints of Water Leaf #ADFAE1
RGB
CMYK
RGB Variations
Color information
#ADFAE1 (or 0xADFAE1) is known color: Water Leaf. HEX triplet: AD, FA and E1. RGB value is (173,250,225). Sum of RGB (Red+Green+Blue) = 173+250+225=648 (85% of max value = 765). Red value is 173 (67.97% from 255 or 26.70% from 648); Green value is 250 (98.05% from 255 or 38.58% from 648); Blue value is 225 (88.28% from 255 or 34.72% from 648); Max value from RGB is 250 - color contains mainly: green. Hex color #ADFAE1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADFAE1 is #52051E. Grayscale: #E0E0E0. Windows color (decimal): -5375263 or 14809773. OLE color: 14809773.
HSL color Cylindrical-coordinate representation of color #ADFAE1: hue angle of 160.52º degrees, saturation: 0.89, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ADFAE1 is Cyan = 0.31, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 173 | 250 | 225 | - |
| CMYK | 0.31 | 0 | 0.10 | 0.02 |
| HSL | 160.52º | 0.89% | 0.83% | - |
| HSV(B) | 160.52º | 0.31% | 0.98% | - |
| XYZ | 65.01 | 82.69 | 83.77 | - |
| YUV | 224.13 | 128.49 | 91.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 250 | 225 | 0.31 | 0 | 0.10 | 0.02 | 160.52 | 0.89 | 0.83 |
| Hex | AD | FA | E1 | 1F | 0 | A | 2 | A1 | 59 | 53 |
| Octal | 255 | 372 | 341 | 37 | 0 | 12 | 2 | 241 | 131 | 123 |
| Binary | 10101101 | 11111010 | 11100001 | 11111 | 0 | 1010 | 10 | 10100001 | 1011001 | 1010011 |
Color Harmonies of #ADFAE1
Complementary color
Monochromatic Colors of #ADFAE1
Black with #ADFAE1
Text Example
Text Example
White with #ADFAE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADFAE1; }
p { color: rgb(173,250,225); }
H1.HeaderClassName
{
color: #ADFAE1;
}
.AnyTagClassName
{
color: #ADFAE1;
}
</style>
background-color css
<style>
a { background-color: #ADFAE1; }
a { background-color: rgb(173,250,225); }
div.DivClassName
{
background-color: #ADFAE1;
}
.BgClassName
{
background-color: #ADFAE1;
}
</style>
border-color css
<style>
span { border-color: #ADFAE1; }
span { border-color: rgb(173,250,225); }
td.TdClassName
{
border-color: #ADFAE1;
}
.TagClassName
{
border-color: #ADFAE1;
}
</style>