Shades of Water Leaf #ADECDA
Tints of Water Leaf #ADECDA
RGB
CMYK
RGB Variations
Color information
#ADECDA (or 0xADECDA) is known color: Water Leaf. HEX triplet: AD, EC and DA. RGB value is (173,236,218). Sum of RGB (Red+Green+Blue) = 173+236+218=627 (83% of max value = 765). Red value is 173 (67.97% from 255 or 27.59% from 627); Green value is 236 (92.58% from 255 or 37.64% from 627); Blue value is 218 (85.55% from 255 or 34.77% from 627); Max value from RGB is 236 - color contains mainly: green. Hex color #ADECDA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADECDA is #521325. Grayscale: #D7D7D7. Windows color (decimal): -5378854 or 14347437. OLE color: 14347437.
HSL color Cylindrical-coordinate representation of color #ADECDA: hue angle of 162.86º 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 #ADECDA is Cyan = 0.27, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
RGB | 173 | 236 | 218 | - |
CMYK | 0.27 | 0 | 0.08 | 0.07 |
HSL | 162.86º | 0.62% | 0.8% | - |
HSV(B) | 162.86º | 0.27% | 0.93% | - |
XYZ | 59.88 | 73.94 | 77.44 | - |
YUV | 215.11 | 129.63 | 97.96 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 236 | 218 | 0.27 | 0 | 0.08 | 0.07 | 162.86 | 0.62 | 0.8 |
Hex | AD | EC | DA | 1B | 0 | 8 | 7 | A3 | 3E | 50 |
Octal | 255 | 354 | 332 | 33 | 0 | 10 | 7 | 243 | 76 | 120 |
Binary | 10101101 | 11101100 | 11011010 | 11011 | 0 | 1000 | 111 | 10100011 | 111110 | 1010000 |
Color Harmonies of #ADECDA
Complementary color
Monochromatic Colors of #ADECDA
Black with #ADECDA
Text Example
Text Example
White with #ADECDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADECDA; }
p { color: rgb(173,236,218); }
H1.HeaderClassName
{
color: #ADECDA;
}
.AnyTagClassName
{
color: #ADECDA;
}
</style>
background-color css
<style>
a { background-color: #ADECDA; }
a { background-color: rgb(173,236,218); }
div.DivClassName
{
background-color: #ADECDA;
}
.BgClassName
{
background-color: #ADECDA;
}
</style>
border-color css
<style>
span { border-color: #ADECDA; }
span { border-color: rgb(173,236,218); }
td.TdClassName
{
border-color: #ADECDA;
}
.TagClassName
{
border-color: #ADECDA;
}
</style>