Shades of Water Leaf #ADF5E6
Tints of Water Leaf #ADF5E6
RGB
CMYK
RGB Variations
Color information
#ADF5E6 (or 0xADF5E6) is known color: Water Leaf. HEX triplet: AD, F5 and E6. RGB value is (173,245,230). Sum of RGB (Red+Green+Blue) = 173+245+230=648 (85% of max value = 765). Red value is 173 (67.97% from 255 or 26.70% from 648); Green value is 245 (96.09% from 255 or 37.81% from 648); Blue value is 230 (90.23% from 255 or 35.49% from 648); Max value from RGB is 245 - color contains mainly: green. Hex color #ADF5E6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ADF5E6 is #520A19. Grayscale: #DDDDDD. Windows color (decimal): -5376538 or 15136173. OLE color: 15136173.
HSL color Cylindrical-coordinate representation of color #ADF5E6: hue angle of 167.5º degrees, saturation: 0.78, 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 #ADF5E6 is Cyan = 0.29, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 173 | 245 | 230 | - |
| CMYK | 0.29 | 0 | 0.06 | 0.04 |
| HSL | 167.5º | 0.78% | 0.82% | - |
| HSV(B) | 167.5º | 0.29% | 0.96% | - |
| XYZ | 64.17 | 79.9 | 86.9 | - |
| YUV | 221.76 | 132.65 | 93.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 245 | 230 | 0.29 | 0 | 0.06 | 0.04 | 167.5 | 0.78 | 0.82 |
| Hex | AD | F5 | E6 | 1D | 0 | 6 | 4 | A8 | 4E | 52 |
| Octal | 255 | 365 | 346 | 35 | 0 | 6 | 4 | 250 | 116 | 122 |
| Binary | 10101101 | 11110101 | 11100110 | 11101 | 0 | 110 | 100 | 10101000 | 1001110 | 1010010 |
Color Harmonies of #ADF5E6
Complementary color
Monochromatic Colors of #ADF5E6
Black with #ADF5E6
Text Example
Text Example
White with #ADF5E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADF5E6; }
p { color: rgb(173,245,230); }
H1.HeaderClassName
{
color: #ADF5E6;
}
.AnyTagClassName
{
color: #ADF5E6;
}
</style>
background-color css
<style>
a { background-color: #ADF5E6; }
a { background-color: rgb(173,245,230); }
div.DivClassName
{
background-color: #ADF5E6;
}
.BgClassName
{
background-color: #ADF5E6;
}
</style>
border-color css
<style>
span { border-color: #ADF5E6; }
span { border-color: rgb(173,245,230); }
td.TdClassName
{
border-color: #ADF5E6;
}
.TagClassName
{
border-color: #ADF5E6;
}
</style>