Shades of Water Leaf #ADE7E1
Tints of Water Leaf #ADE7E1
RGB
CMYK
RGB Variations
Color information
#ADE7E1 (or 0xADE7E1) is known color: Water Leaf. HEX triplet: AD, E7 and E1. RGB value is (173,231,225). Sum of RGB (Red+Green+Blue) = 173+231+225=629 (83% of max value = 765). Red value is 173 (67.97% from 255 or 27.50% from 629); Green value is 231 (90.62% from 255 or 36.72% from 629); Blue value is 225 (88.28% from 255 or 35.77% from 629); Max value from RGB is 231 - color contains mainly: green. Hex color #ADE7E1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADE7E1 is #52181E. Grayscale: #D4D4D4. Windows color (decimal): -5380127 or 14804909. OLE color: 14804909.
HSL color Cylindrical-coordinate representation of color #ADE7E1: hue angle of 173.79º degrees, saturation: 0.55, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #ADE7E1 is Cyan = 0.25, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 173 | 231 | 225 | - |
| CMYK | 0.25 | 0 | 0.03 | 0.09 |
| HSL | 173.79º | 0.55% | 0.79% | - |
| HSV(B) | 173.79º | 0.25% | 0.91% | - |
| XYZ | 59.4 | 71.47 | 81.9 | - |
| YUV | 212.97 | 134.78 | 99.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 231 | 225 | 0.25 | 0 | 0.03 | 0.09 | 173.79 | 0.55 | 0.79 |
| Hex | AD | E7 | E1 | 19 | 0 | 3 | 9 | AE | 37 | 4F |
| Octal | 255 | 347 | 341 | 31 | 0 | 3 | 11 | 256 | 67 | 117 |
| Binary | 10101101 | 11100111 | 11100001 | 11001 | 0 | 11 | 1001 | 10101110 | 110111 | 1001111 |
Color Harmonies of #ADE7E1
Complementary color
Monochromatic Colors of #ADE7E1
Black with #ADE7E1
Text Example
Text Example
White with #ADE7E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE7E1; }
p { color: rgb(173,231,225); }
H1.HeaderClassName
{
color: #ADE7E1;
}
.AnyTagClassName
{
color: #ADE7E1;
}
</style>
background-color css
<style>
a { background-color: #ADE7E1; }
a { background-color: rgb(173,231,225); }
div.DivClassName
{
background-color: #ADE7E1;
}
.BgClassName
{
background-color: #ADE7E1;
}
</style>
border-color css
<style>
span { border-color: #ADE7E1; }
span { border-color: rgb(173,231,225); }
td.TdClassName
{
border-color: #ADE7E1;
}
.TagClassName
{
border-color: #ADE7E1;
}
</style>