Shades of Water Leaf #ADFEE6
Tints of Water Leaf #ADFEE6
RGB
CMYK
RGB Variations
Color information
#ADFEE6 (or 0xADFEE6) is known color: Water Leaf. HEX triplet: AD, FE and E6. RGB value is (173,254,230). Sum of RGB (Red+Green+Blue) = 173+254+230=657 (87% of max value = 765). Red value is 173 (67.97% from 255 or 26.33% from 657); Green value is 254 (99.61% from 255 or 38.66% from 657); Blue value is 230 (90.23% from 255 or 35.01% from 657); Max value from RGB is 254 - color contains mainly: green. Hex color #ADFEE6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ADFEE6 is #520119. Grayscale: #E3E3E3. Windows color (decimal): -5374234 or 15138477. OLE color: 15138477.
HSL color Cylindrical-coordinate representation of color #ADFEE6: hue angle of 162.22º 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 #ADFEE6 is Cyan = 0.32, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 173 | 254 | 230 | - |
| CMYK | 0.32 | 0 | 0.09 | 0.00 |
| HSL | 162.22º | 0.98% | 0.84% | - |
| HSV(B) | 162.22º | 0.32% | 1% | - |
| XYZ | 66.96 | 85.48 | 87.83 | - |
| YUV | 227.05 | 129.66 | 89.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 254 | 230 | 0.32 | 0 | 0.09 | 0.00 | 162.22 | 0.98 | 0.84 |
| Hex | AD | FE | E6 | 20 | 0 | 9 | 0 | A2 | 62 | 54 |
| Octal | 255 | 376 | 346 | 40 | 0 | 11 | 0 | 242 | 142 | 124 |
| Binary | 10101101 | 11111110 | 11100110 | 100000 | 0 | 1001 | 0 | 10100010 | 1100010 | 1010100 |
Color Harmonies of #ADFEE6
Complementary color
Monochromatic Colors of #ADFEE6
Black with #ADFEE6
Text Example
Text Example
White with #ADFEE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADFEE6; }
p { color: rgb(173,254,230); }
H1.HeaderClassName
{
color: #ADFEE6;
}
.AnyTagClassName
{
color: #ADFEE6;
}
</style>
background-color css
<style>
a { background-color: #ADFEE6; }
a { background-color: rgb(173,254,230); }
div.DivClassName
{
background-color: #ADFEE6;
}
.BgClassName
{
background-color: #ADFEE6;
}
</style>
border-color css
<style>
span { border-color: #ADFEE6; }
span { border-color: rgb(173,254,230); }
td.TdClassName
{
border-color: #ADFEE6;
}
.TagClassName
{
border-color: #ADFEE6;
}
</style>