Shades of Water Leaf #ADECE0
Tints of Water Leaf #ADECE0
RGB
CMYK
RGB Variations
Color information
#ADECE0 (or 0xADECE0) is known color: Water Leaf. HEX triplet: AD, EC and E0. RGB value is (173,236,224). Sum of RGB (Red+Green+Blue) = 173+236+224=633 (83% of max value = 765). Red value is 173 (67.97% from 255 or 27.33% from 633); Green value is 236 (92.58% from 255 or 37.28% from 633); Blue value is 224 (87.89% from 255 or 35.39% from 633); Max value from RGB is 236 - color contains mainly: green. Hex color #ADECE0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADECE0 is #52131F. Grayscale: #D7D7D7. Windows color (decimal): -5378848 or 14740653. OLE color: 14740653.
HSL color Cylindrical-coordinate representation of color #ADECE0: hue angle of 168.57º 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 #ADECE0 is Cyan = 0.27, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 173 | 236 | 224 | - |
| CMYK | 0.27 | 0 | 0.05 | 0.07 |
| HSL | 168.57º | 0.62% | 0.8% | - |
| HSV(B) | 168.57º | 0.27% | 0.93% | - |
| XYZ | 60.68 | 74.26 | 81.66 | - |
| YUV | 215.8 | 132.63 | 97.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 236 | 224 | 0.27 | 0 | 0.05 | 0.07 | 168.57 | 0.62 | 0.8 |
| Hex | AD | EC | E0 | 1B | 0 | 5 | 7 | A9 | 3E | 50 |
| Octal | 255 | 354 | 340 | 33 | 0 | 5 | 7 | 251 | 76 | 120 |
| Binary | 10101101 | 11101100 | 11100000 | 11011 | 0 | 101 | 111 | 10101001 | 111110 | 1010000 |
Color Harmonies of #ADECE0
Complementary color
Monochromatic Colors of #ADECE0
Black with #ADECE0
Text Example
Text Example
White with #ADECE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADECE0; }
p { color: rgb(173,236,224); }
H1.HeaderClassName
{
color: #ADECE0;
}
.AnyTagClassName
{
color: #ADECE0;
}
</style>
background-color css
<style>
a { background-color: #ADECE0; }
a { background-color: rgb(173,236,224); }
div.DivClassName
{
background-color: #ADECE0;
}
.BgClassName
{
background-color: #ADECE0;
}
</style>
border-color css
<style>
span { border-color: #ADECE0; }
span { border-color: rgb(173,236,224); }
td.TdClassName
{
border-color: #ADECE0;
}
.TagClassName
{
border-color: #ADECE0;
}
</style>