Shades of Water Leaf #ADEDE2
Tints of Water Leaf #ADEDE2
RGB
CMYK
RGB Variations
Color information
#ADEDE2 (or 0xADEDE2) is known color: Water Leaf. HEX triplet: AD, ED and E2. RGB value is (173,237,226). Sum of RGB (Red+Green+Blue) = 173+237+226=636 (84% of max value = 765). Red value is 173 (67.97% from 255 or 27.20% from 636); Green value is 237 (92.97% from 255 or 37.26% from 636); Blue value is 226 (88.67% from 255 or 35.53% from 636); Max value from RGB is 237 - color contains mainly: green. Hex color #ADEDE2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADEDE2 is #52121D. Grayscale: #D8D8D8. Windows color (decimal): -5378590 or 14871981. OLE color: 14871981.
HSL color Cylindrical-coordinate representation of color #ADEDE2: hue angle of 169.69º degrees, saturation: 0.64, 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 #ADEDE2 is Cyan = 0.27, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 173 | 237 | 226 | - |
| CMYK | 0.27 | 0 | 0.05 | 0.07 |
| HSL | 169.69º | 0.64% | 0.8% | - |
| HSV(B) | 169.69º | 0.27% | 0.93% | - |
| XYZ | 61.25 | 74.94 | 83.19 | - |
| YUV | 216.61 | 133.3 | 96.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 237 | 226 | 0.27 | 0 | 0.05 | 0.07 | 169.69 | 0.64 | 0.8 |
| Hex | AD | ED | E2 | 1B | 0 | 5 | 7 | AA | 40 | 50 |
| Octal | 255 | 355 | 342 | 33 | 0 | 5 | 7 | 252 | 100 | 120 |
| Binary | 10101101 | 11101101 | 11100010 | 11011 | 0 | 101 | 111 | 10101010 | 1000000 | 1010000 |
Color Harmonies of #ADEDE2
Complementary color
Monochromatic Colors of #ADEDE2
Black with #ADEDE2
Text Example
Text Example
White with #ADEDE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADEDE2; }
p { color: rgb(173,237,226); }
H1.HeaderClassName
{
color: #ADEDE2;
}
.AnyTagClassName
{
color: #ADEDE2;
}
</style>
background-color css
<style>
a { background-color: #ADEDE2; }
a { background-color: rgb(173,237,226); }
div.DivClassName
{
background-color: #ADEDE2;
}
.BgClassName
{
background-color: #ADEDE2;
}
</style>
border-color css
<style>
span { border-color: #ADEDE2; }
span { border-color: rgb(173,237,226); }
td.TdClassName
{
border-color: #ADEDE2;
}
.TagClassName
{
border-color: #ADEDE2;
}
</style>