Shades of Water Leaf #ADF4E6
Tints of Water Leaf #ADF4E6
RGB
CMYK
RGB Variations
Color information
#ADF4E6 (or 0xADF4E6) is known color: Water Leaf. HEX triplet: AD, F4 and E6. RGB value is (173,244,230). Sum of RGB (Red+Green+Blue) = 173+244+230=647 (85% of max value = 765). Red value is 173 (67.97% from 255 or 26.74% from 647); Green value is 244 (95.70% from 255 or 37.71% from 647); Blue value is 230 (90.23% from 255 or 35.55% from 647); Max value from RGB is 244 - color contains mainly: green. Hex color #ADF4E6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ADF4E6 is #520B19. Grayscale: #DDDDDD. Windows color (decimal): -5376794 or 15135917. OLE color: 15135917.
HSL color Cylindrical-coordinate representation of color #ADF4E6: hue angle of 168.17º degrees, saturation: 0.76, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ADF4E6 is Cyan = 0.29, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 173 | 244 | 230 | - |
| CMYK | 0.29 | 0 | 0.06 | 0.04 |
| HSL | 168.17º | 0.76% | 0.82% | - |
| HSV(B) | 168.17º | 0.29% | 0.96% | - |
| XYZ | 63.87 | 79.3 | 86.8 | - |
| YUV | 221.18 | 132.98 | 93.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 244 | 230 | 0.29 | 0 | 0.06 | 0.04 | 168.17 | 0.76 | 0.82 |
| Hex | AD | F4 | E6 | 1D | 0 | 6 | 4 | A8 | 4C | 52 |
| Octal | 255 | 364 | 346 | 35 | 0 | 6 | 4 | 250 | 114 | 122 |
| Binary | 10101101 | 11110100 | 11100110 | 11101 | 0 | 110 | 100 | 10101000 | 1001100 | 1010010 |
Color Harmonies of #ADF4E6
Complementary color
Monochromatic Colors of #ADF4E6
Black with #ADF4E6
Text Example
Text Example
White with #ADF4E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADF4E6; }
p { color: rgb(173,244,230); }
H1.HeaderClassName
{
color: #ADF4E6;
}
.AnyTagClassName
{
color: #ADF4E6;
}
</style>
background-color css
<style>
a { background-color: #ADF4E6; }
a { background-color: rgb(173,244,230); }
div.DivClassName
{
background-color: #ADF4E6;
}
.BgClassName
{
background-color: #ADF4E6;
}
</style>
border-color css
<style>
span { border-color: #ADF4E6; }
span { border-color: rgb(173,244,230); }
td.TdClassName
{
border-color: #ADF4E6;
}
.TagClassName
{
border-color: #ADF4E6;
}
</style>