Shades of Water Leaf #ADEFE0
Tints of Water Leaf #ADEFE0
RGB
CMYK
RGB Variations
Color information
#ADEFE0 (or 0xADEFE0) is known color: Water Leaf. HEX triplet: AD, EF and E0. RGB value is (173,239,224). Sum of RGB (Red+Green+Blue) = 173+239+224=636 (84% of max value = 765). Red value is 173 (67.97% from 255 or 27.20% from 636); Green value is 239 (93.75% from 255 or 37.58% from 636); Blue value is 224 (87.89% from 255 or 35.22% from 636); Max value from RGB is 239 - color contains mainly: green. Hex color #ADEFE0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADEFE0 is #52101F. Grayscale: #D9D9D9. Windows color (decimal): -5378080 or 14741421. OLE color: 14741421.
HSL color Cylindrical-coordinate representation of color #ADEFE0: hue angle of 166.36º degrees, saturation: 0.67, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ADEFE0 is Cyan = 0.28, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 173 | 239 | 224 | - |
| CMYK | 0.28 | 0 | 0.06 | 0.06 |
| HSL | 166.36º | 0.67% | 0.81% | - |
| HSV(B) | 166.36º | 0.28% | 0.94% | - |
| XYZ | 61.55 | 76 | 81.95 | - |
| YUV | 217.56 | 131.63 | 96.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 239 | 224 | 0.28 | 0 | 0.06 | 0.06 | 166.36 | 0.67 | 0.81 |
| Hex | AD | EF | E0 | 1C | 0 | 6 | 6 | A6 | 43 | 51 |
| Octal | 255 | 357 | 340 | 34 | 0 | 6 | 6 | 246 | 103 | 121 |
| Binary | 10101101 | 11101111 | 11100000 | 11100 | 0 | 110 | 110 | 10100110 | 1000011 | 1010001 |
Color Harmonies of #ADEFE0
Complementary color
Monochromatic Colors of #ADEFE0
Black with #ADEFE0
Text Example
Text Example
White with #ADEFE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADEFE0; }
p { color: rgb(173,239,224); }
H1.HeaderClassName
{
color: #ADEFE0;
}
.AnyTagClassName
{
color: #ADEFE0;
}
</style>
background-color css
<style>
a { background-color: #ADEFE0; }
a { background-color: rgb(173,239,224); }
div.DivClassName
{
background-color: #ADEFE0;
}
.BgClassName
{
background-color: #ADEFE0;
}
</style>
border-color css
<style>
span { border-color: #ADEFE0; }
span { border-color: rgb(173,239,224); }
td.TdClassName
{
border-color: #ADEFE0;
}
.TagClassName
{
border-color: #ADEFE0;
}
</style>