Shades of Water Leaf #ADF0DD
Tints of Water Leaf #ADF0DD
RGB
CMYK
RGB Variations
Color information
#ADF0DD (or 0xADF0DD) is known color: Water Leaf. HEX triplet: AD, F0 and DD. RGB value is (173,240,221). Sum of RGB (Red+Green+Blue) = 173+240+221=634 (83% of max value = 765). Red value is 173 (67.97% from 255 or 27.29% from 634); Green value is 240 (94.14% from 255 or 37.85% from 634); Blue value is 221 (86.72% from 255 or 34.86% from 634); Max value from RGB is 240 - color contains mainly: green. Hex color #ADF0DD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADF0DD is #520F22. Grayscale: #D9D9D9. Windows color (decimal): -5377827 or 14545069. OLE color: 14545069.
HSL color Cylindrical-coordinate representation of color #ADF0DD: hue angle of 162.99º degrees, saturation: 0.69, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ADF0DD is Cyan = 0.28, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 173 | 240 | 221 | - |
| CMYK | 0.28 | 0 | 0.08 | 0.06 |
| HSL | 162.99º | 0.69% | 0.81% | - |
| HSV(B) | 162.99º | 0.28% | 0.94% | - |
| XYZ | 61.44 | 76.42 | 79.92 | - |
| YUV | 217.8 | 129.8 | 96.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 240 | 221 | 0.28 | 0 | 0.08 | 0.06 | 162.99 | 0.69 | 0.81 |
| Hex | AD | F0 | DD | 1C | 0 | 8 | 6 | A3 | 45 | 51 |
| Octal | 255 | 360 | 335 | 34 | 0 | 10 | 6 | 243 | 105 | 121 |
| Binary | 10101101 | 11110000 | 11011101 | 11100 | 0 | 1000 | 110 | 10100011 | 1000101 | 1010001 |
Color Harmonies of #ADF0DD
Complementary color
Monochromatic Colors of #ADF0DD
Black with #ADF0DD
Text Example
Text Example
White with #ADF0DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADF0DD; }
p { color: rgb(173,240,221); }
H1.HeaderClassName
{
color: #ADF0DD;
}
.AnyTagClassName
{
color: #ADF0DD;
}
</style>
background-color css
<style>
a { background-color: #ADF0DD; }
a { background-color: rgb(173,240,221); }
div.DivClassName
{
background-color: #ADF0DD;
}
.BgClassName
{
background-color: #ADF0DD;
}
</style>
border-color css
<style>
span { border-color: #ADF0DD; }
span { border-color: rgb(173,240,221); }
td.TdClassName
{
border-color: #ADF0DD;
}
.TagClassName
{
border-color: #ADF0DD;
}
</style>