Shades of Water Leaf #ADEBE3
Tints of Water Leaf #ADEBE3
RGB
CMYK
RGB Variations
Color information
#ADEBE3 (or 0xADEBE3) is known color: Water Leaf. HEX triplet: AD, EB and E3. RGB value is (173,235,227). Sum of RGB (Red+Green+Blue) = 173+235+227=635 (84% of max value = 765). Red value is 173 (67.97% from 255 or 27.24% from 635); Green value is 235 (92.19% from 255 or 37.01% from 635); Blue value is 227 (89.06% from 255 or 35.75% from 635); Max value from RGB is 235 - color contains mainly: green. Hex color #ADEBE3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADEBE3 is #52141C. Grayscale: #D7D7D7. Windows color (decimal): -5379101 or 14937005. OLE color: 14937005.
HSL color Cylindrical-coordinate representation of color #ADEBE3: hue angle of 172.26º 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 #ADEBE3 is Cyan = 0.26, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 173 | 235 | 227 | - |
| CMYK | 0.26 | 0 | 0.03 | 0.08 |
| HSL | 172.26º | 0.61% | 0.8% | - |
| HSV(B) | 172.26º | 0.26% | 0.92% | - |
| XYZ | 60.81 | 73.85 | 83.72 | - |
| YUV | 215.55 | 134.46 | 97.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 235 | 227 | 0.26 | 0 | 0.03 | 0.08 | 172.26 | 0.61 | 0.8 |
| Hex | AD | EB | E3 | 1A | 0 | 3 | 8 | AC | 3D | 50 |
| Octal | 255 | 353 | 343 | 32 | 0 | 3 | 10 | 254 | 75 | 120 |
| Binary | 10101101 | 11101011 | 11100011 | 11010 | 0 | 11 | 1000 | 10101100 | 111101 | 1010000 |
Color Harmonies of #ADEBE3
Complementary color
Monochromatic Colors of #ADEBE3
Black with #ADEBE3
Text Example
Text Example
White with #ADEBE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADEBE3; }
p { color: rgb(173,235,227); }
H1.HeaderClassName
{
color: #ADEBE3;
}
.AnyTagClassName
{
color: #ADEBE3;
}
</style>
background-color css
<style>
a { background-color: #ADEBE3; }
a { background-color: rgb(173,235,227); }
div.DivClassName
{
background-color: #ADEBE3;
}
.BgClassName
{
background-color: #ADEBE3;
}
</style>
border-color css
<style>
span { border-color: #ADEBE3; }
span { border-color: rgb(173,235,227); }
td.TdClassName
{
border-color: #ADEBE3;
}
.TagClassName
{
border-color: #ADEBE3;
}
</style>