Shades of Water Leaf #ADF5E3
Tints of Water Leaf #ADF5E3
RGB
CMYK
RGB Variations
Color information
#ADF5E3 (or 0xADF5E3) is known color: Water Leaf. HEX triplet: AD, F5 and E3. RGB value is (173,245,227). Sum of RGB (Red+Green+Blue) = 173+245+227=645 (85% of max value = 765). Red value is 173 (67.97% from 255 or 26.82% from 645); Green value is 245 (96.09% from 255 or 37.98% from 645); Blue value is 227 (89.06% from 255 or 35.19% from 645); Max value from RGB is 245 - color contains mainly: green. Hex color #ADF5E3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADF5E3 is #520A1C. Grayscale: #DDDDDD. Windows color (decimal): -5376541 or 14939565. OLE color: 14939565.
HSL color Cylindrical-coordinate representation of color #ADF5E3: hue angle of 165º 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 #ADF5E3 is Cyan = 0.29, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 173 | 245 | 227 | - |
| CMYK | 0.29 | 0 | 0.07 | 0.04 |
| HSL | 165º | 0.78% | 0.82% | - |
| HSV(B) | 165º | 0.29% | 0.96% | - |
| XYZ | 63.75 | 79.74 | 84.7 | - |
| YUV | 221.42 | 131.15 | 93.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 245 | 227 | 0.29 | 0 | 0.07 | 0.04 | 165 | 0.78 | 0.82 |
| Hex | AD | F5 | E3 | 1D | 0 | 7 | 4 | A5 | 4E | 52 |
| Octal | 255 | 365 | 343 | 35 | 0 | 7 | 4 | 245 | 116 | 122 |
| Binary | 10101101 | 11110101 | 11100011 | 11101 | 0 | 111 | 100 | 10100101 | 1001110 | 1010010 |
Color Harmonies of #ADF5E3
Complementary color
Monochromatic Colors of #ADF5E3
Black with #ADF5E3
Text Example
Text Example
White with #ADF5E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADF5E3; }
p { color: rgb(173,245,227); }
H1.HeaderClassName
{
color: #ADF5E3;
}
.AnyTagClassName
{
color: #ADF5E3;
}
</style>
background-color css
<style>
a { background-color: #ADF5E3; }
a { background-color: rgb(173,245,227); }
div.DivClassName
{
background-color: #ADF5E3;
}
.BgClassName
{
background-color: #ADF5E3;
}
</style>
border-color css
<style>
span { border-color: #ADF5E3; }
span { border-color: rgb(173,245,227); }
td.TdClassName
{
border-color: #ADF5E3;
}
.TagClassName
{
border-color: #ADF5E3;
}
</style>