Shades of Water Leaf #ADECDC
Tints of Water Leaf #ADECDC
RGB
CMYK
RGB Variations
Color information
#ADECDC (or 0xADECDC) is known color: Water Leaf. HEX triplet: AD, EC and DC. RGB value is (173,236,220). Sum of RGB (Red+Green+Blue) = 173+236+220=629 (83% of max value = 765). Red value is 173 (67.97% from 255 or 27.50% from 629); Green value is 236 (92.58% from 255 or 37.52% from 629); Blue value is 220 (86.33% from 255 or 34.98% from 629); Max value from RGB is 236 - color contains mainly: green. Hex color #ADECDC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADECDC is #521323. Grayscale: #D7D7D7. Windows color (decimal): -5378852 or 14478509. OLE color: 14478509.
HSL color Cylindrical-coordinate representation of color #ADECDC: hue angle of 164.76º 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 #ADECDC is Cyan = 0.27, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 173 | 236 | 220 | - |
| CMYK | 0.27 | 0 | 0.07 | 0.07 |
| HSL | 164.76º | 0.62% | 0.8% | - |
| HSV(B) | 164.76º | 0.27% | 0.93% | - |
| XYZ | 60.15 | 74.04 | 78.83 | - |
| YUV | 215.34 | 130.63 | 97.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 236 | 220 | 0.27 | 0 | 0.07 | 0.07 | 164.76 | 0.62 | 0.8 |
| Hex | AD | EC | DC | 1B | 0 | 7 | 7 | A5 | 3E | 50 |
| Octal | 255 | 354 | 334 | 33 | 0 | 7 | 7 | 245 | 76 | 120 |
| Binary | 10101101 | 11101100 | 11011100 | 11011 | 0 | 111 | 111 | 10100101 | 111110 | 1010000 |
Color Harmonies of #ADECDC
Complementary color
Monochromatic Colors of #ADECDC
Black with #ADECDC
Text Example
Text Example
White with #ADECDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADECDC; }
p { color: rgb(173,236,220); }
H1.HeaderClassName
{
color: #ADECDC;
}
.AnyTagClassName
{
color: #ADECDC;
}
</style>
background-color css
<style>
a { background-color: #ADECDC; }
a { background-color: rgb(173,236,220); }
div.DivClassName
{
background-color: #ADECDC;
}
.BgClassName
{
background-color: #ADECDC;
}
</style>
border-color css
<style>
span { border-color: #ADECDC; }
span { border-color: rgb(173,236,220); }
td.TdClassName
{
border-color: #ADECDC;
}
.TagClassName
{
border-color: #ADECDC;
}
</style>