Shades of Water Leaf #ADF5E7
Tints of Water Leaf #ADF5E7
RGB
CMYK
RGB Variations
Color information
#ADF5E7 (or 0xADF5E7) is known color: Water Leaf. HEX triplet: AD, F5 and E7. RGB value is (173,245,231). Sum of RGB (Red+Green+Blue) = 173+245+231=649 (85% of max value = 765). Red value is 173 (67.97% from 255 or 26.66% from 649); Green value is 245 (96.09% from 255 or 37.75% from 649); Blue value is 231 (90.62% from 255 or 35.59% from 649); Max value from RGB is 245 - color contains mainly: green. Hex color #ADF5E7 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ADF5E7 is #520A18. Grayscale: #DDDDDD. Windows color (decimal): -5376537 or 15201709. OLE color: 15201709.
HSL color Cylindrical-coordinate representation of color #ADF5E7: hue angle of 168.33º 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 #ADF5E7 is Cyan = 0.29, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.04.
Color convert
RGB | 173 | 245 | 231 | - |
CMYK | 0.29 | 0 | 0.06 | 0.04 |
HSL | 168.33º | 0.78% | 0.82% | - |
HSV(B) | 168.33º | 0.29% | 0.96% | - |
XYZ | 64.31 | 79.96 | 87.65 | - |
YUV | 221.88 | 133.15 | 93.14 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 245 | 231 | 0.29 | 0 | 0.06 | 0.04 | 168.33 | 0.78 | 0.82 |
Hex | AD | F5 | E7 | 1D | 0 | 6 | 4 | A8 | 4E | 52 |
Octal | 255 | 365 | 347 | 35 | 0 | 6 | 4 | 250 | 116 | 122 |
Binary | 10101101 | 11110101 | 11100111 | 11101 | 0 | 110 | 100 | 10101000 | 1001110 | 1010010 |
Color Harmonies of #ADF5E7
Complementary color
Monochromatic Colors of #ADF5E7
Black with #ADF5E7
Text Example
Text Example
White with #ADF5E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADF5E7; }
p { color: rgb(173,245,231); }
H1.HeaderClassName
{
color: #ADF5E7;
}
.AnyTagClassName
{
color: #ADF5E7;
}
</style>
background-color css
<style>
a { background-color: #ADF5E7; }
a { background-color: rgb(173,245,231); }
div.DivClassName
{
background-color: #ADF5E7;
}
.BgClassName
{
background-color: #ADF5E7;
}
</style>
border-color css
<style>
span { border-color: #ADF5E7; }
span { border-color: rgb(173,245,231); }
td.TdClassName
{
border-color: #ADF5E7;
}
.TagClassName
{
border-color: #ADF5E7;
}
</style>