Shades of Water Leaf #ADEBE1
Tints of Water Leaf #ADEBE1
RGB
CMYK
RGB Variations
Color information
#ADEBE1 (or 0xADEBE1) is known color: Water Leaf. HEX triplet: AD, EB and E1. RGB value is (173,235,225). Sum of RGB (Red+Green+Blue) = 173+235+225=633 (83% of max value = 765). Red value is 173 (67.97% from 255 or 27.33% from 633); Green value is 235 (92.19% from 255 or 37.12% from 633); Blue value is 225 (88.28% from 255 or 35.55% from 633); Max value from RGB is 235 - color contains mainly: green. Hex color #ADEBE1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADEBE1 is #52141E. Grayscale: #D7D7D7. Windows color (decimal): -5379103 or 14805933. OLE color: 14805933.
HSL color Cylindrical-coordinate representation of color #ADEBE1: hue angle of 170.32º degrees, saturation: 0.61, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ADEBE1 is Cyan = 0.26, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 173 | 235 | 225 | - |
| CMYK | 0.26 | 0 | 0.04 | 0.08 |
| HSL | 170.32º | 0.61% | 0.8% | - |
| HSV(B) | 170.32º | 0.26% | 0.92% | - |
| XYZ | 60.53 | 73.74 | 82.28 | - |
| YUV | 215.32 | 133.46 | 97.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 235 | 225 | 0.26 | 0 | 0.04 | 0.08 | 170.32 | 0.61 | 0.8 |
| Hex | AD | EB | E1 | 1A | 0 | 4 | 8 | AA | 3D | 50 |
| Octal | 255 | 353 | 341 | 32 | 0 | 4 | 10 | 252 | 75 | 120 |
| Binary | 10101101 | 11101011 | 11100001 | 11010 | 0 | 100 | 1000 | 10101010 | 111101 | 1010000 |
Color Harmonies of #ADEBE1
Complementary color
Monochromatic Colors of #ADEBE1
Black with #ADEBE1
Text Example
Text Example
White with #ADEBE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADEBE1; }
p { color: rgb(173,235,225); }
H1.HeaderClassName
{
color: #ADEBE1;
}
.AnyTagClassName
{
color: #ADEBE1;
}
</style>
background-color css
<style>
a { background-color: #ADEBE1; }
a { background-color: rgb(173,235,225); }
div.DivClassName
{
background-color: #ADEBE1;
}
.BgClassName
{
background-color: #ADEBE1;
}
</style>
border-color css
<style>
span { border-color: #ADEBE1; }
span { border-color: rgb(173,235,225); }
td.TdClassName
{
border-color: #ADEBE1;
}
.TagClassName
{
border-color: #ADEBE1;
}
</style>