Shades of Water Leaf #ADECDD
Tints of Water Leaf #ADECDD
RGB
CMYK
RGB Variations
Color information
#ADECDD (or 0xADECDD) is known color: Water Leaf. HEX triplet: AD, EC and DD. RGB value is (173,236,221). Sum of RGB (Red+Green+Blue) = 173+236+221=630 (83% of max value = 765). Red value is 173 (67.97% from 255 or 27.46% from 630); Green value is 236 (92.58% from 255 or 37.46% from 630); Blue value is 221 (86.72% from 255 or 35.08% from 630); Max value from RGB is 236 - color contains mainly: green. Hex color #ADECDD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADECDD is #521322. Grayscale: #D7D7D7. Windows color (decimal): -5378851 or 14544045. OLE color: 14544045.
HSL color Cylindrical-coordinate representation of color #ADECDD: hue angle of 165.71º degrees, saturation: 0.62, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ADECDD is Cyan = 0.27, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 173 | 236 | 221 | - |
| CMYK | 0.27 | 0 | 0.06 | 0.07 |
| HSL | 165.71º | 0.62% | 0.8% | - |
| HSV(B) | 165.71º | 0.27% | 0.93% | - |
| XYZ | 60.28 | 74.1 | 79.53 | - |
| YUV | 215.45 | 131.13 | 97.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 236 | 221 | 0.27 | 0 | 0.06 | 0.07 | 165.71 | 0.62 | 0.8 |
| Hex | AD | EC | DD | 1B | 0 | 6 | 7 | A6 | 3E | 50 |
| Octal | 255 | 354 | 335 | 33 | 0 | 6 | 7 | 246 | 76 | 120 |
| Binary | 10101101 | 11101100 | 11011101 | 11011 | 0 | 110 | 111 | 10100110 | 111110 | 1010000 |
Color Harmonies of #ADECDD
Complementary color
Monochromatic Colors of #ADECDD
Black with #ADECDD
Text Example
Text Example
White with #ADECDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADECDD; }
p { color: rgb(173,236,221); }
H1.HeaderClassName
{
color: #ADECDD;
}
.AnyTagClassName
{
color: #ADECDD;
}
</style>
background-color css
<style>
a { background-color: #ADECDD; }
a { background-color: rgb(173,236,221); }
div.DivClassName
{
background-color: #ADECDD;
}
.BgClassName
{
background-color: #ADECDD;
}
</style>
border-color css
<style>
span { border-color: #ADECDD; }
span { border-color: rgb(173,236,221); }
td.TdClassName
{
border-color: #ADECDD;
}
.TagClassName
{
border-color: #ADECDD;
}
</style>