Shades of Water Leaf #ADF8E5
Tints of Water Leaf #ADF8E5
RGB
CMYK
RGB Variations
Color information
#ADF8E5 (or 0xADF8E5) is known color: Water Leaf. HEX triplet: AD, F8 and E5. RGB value is (173,248,229). Sum of RGB (Red+Green+Blue) = 173+248+229=650 (86% of max value = 765). Red value is 173 (67.97% from 255 or 26.62% from 650); Green value is 248 (97.27% from 255 or 38.15% from 650); Blue value is 229 (89.84% from 255 or 35.23% from 650); Max value from RGB is 248 - color contains mainly: green. Hex color #ADF8E5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADF8E5 is #52071A. Grayscale: #DFDFDF. Windows color (decimal): -5375771 or 15071405. OLE color: 15071405.
HSL color Cylindrical-coordinate representation of color #ADF8E5: hue angle of 164.8º degrees, saturation: 0.84, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ADF8E5 is Cyan = 0.30, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 173 | 248 | 229 | - |
| CMYK | 0.30 | 0 | 0.08 | 0.03 |
| HSL | 164.8º | 0.84% | 0.83% | - |
| HSV(B) | 164.8º | 0.3% | 0.97% | - |
| XYZ | 64.94 | 81.68 | 86.47 | - |
| YUV | 223.41 | 131.15 | 92.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 248 | 229 | 0.30 | 0 | 0.08 | 0.03 | 164.8 | 0.84 | 0.83 |
| Hex | AD | F8 | E5 | 1E | 0 | 8 | 3 | A5 | 54 | 53 |
| Octal | 255 | 370 | 345 | 36 | 0 | 10 | 3 | 245 | 124 | 123 |
| Binary | 10101101 | 11111000 | 11100101 | 11110 | 0 | 1000 | 11 | 10100101 | 1010100 | 1010011 |
Color Harmonies of #ADF8E5
Complementary color
Monochromatic Colors of #ADF8E5
Black with #ADF8E5
Text Example
Text Example
White with #ADF8E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADF8E5; }
p { color: rgb(173,248,229); }
H1.HeaderClassName
{
color: #ADF8E5;
}
.AnyTagClassName
{
color: #ADF8E5;
}
</style>
background-color css
<style>
a { background-color: #ADF8E5; }
a { background-color: rgb(173,248,229); }
div.DivClassName
{
background-color: #ADF8E5;
}
.BgClassName
{
background-color: #ADF8E5;
}
</style>
border-color css
<style>
span { border-color: #ADF8E5; }
span { border-color: rgb(173,248,229); }
td.TdClassName
{
border-color: #ADF8E5;
}
.TagClassName
{
border-color: #ADF8E5;
}
</style>