Shades of Water Leaf #ADEBE2
Tints of Water Leaf #ADEBE2
RGB
CMYK
RGB Variations
Color information
#ADEBE2 (or 0xADEBE2) is known color: Water Leaf. HEX triplet: AD, EB and E2. RGB value is (173,235,226). Sum of RGB (Red+Green+Blue) = 173+235+226=634 (83% of max value = 765). Red value is 173 (67.97% from 255 or 27.29% from 634); Green value is 235 (92.19% from 255 or 37.07% from 634); Blue value is 226 (88.67% from 255 or 35.65% from 634); Max value from RGB is 235 - color contains mainly: green. Hex color #ADEBE2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADEBE2 is #52141D. Grayscale: #D7D7D7. Windows color (decimal): -5379102 or 14871469. OLE color: 14871469.
HSL color Cylindrical-coordinate representation of color #ADEBE2: hue angle of 171.29º 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 #ADEBE2 is Cyan = 0.26, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 173 | 235 | 226 | - |
| CMYK | 0.26 | 0 | 0.04 | 0.08 |
| HSL | 171.29º | 0.61% | 0.8% | - |
| HSV(B) | 171.29º | 0.26% | 0.92% | - |
| XYZ | 60.67 | 73.79 | 83 | - |
| YUV | 215.44 | 133.96 | 97.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 235 | 226 | 0.26 | 0 | 0.04 | 0.08 | 171.29 | 0.61 | 0.8 |
| Hex | AD | EB | E2 | 1A | 0 | 4 | 8 | AB | 3D | 50 |
| Octal | 255 | 353 | 342 | 32 | 0 | 4 | 10 | 253 | 75 | 120 |
| Binary | 10101101 | 11101011 | 11100010 | 11010 | 0 | 100 | 1000 | 10101011 | 111101 | 1010000 |
Color Harmonies of #ADEBE2
Complementary color
Monochromatic Colors of #ADEBE2
Black with #ADEBE2
Text Example
Text Example
White with #ADEBE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADEBE2; }
p { color: rgb(173,235,226); }
H1.HeaderClassName
{
color: #ADEBE2;
}
.AnyTagClassName
{
color: #ADEBE2;
}
</style>
background-color css
<style>
a { background-color: #ADEBE2; }
a { background-color: rgb(173,235,226); }
div.DivClassName
{
background-color: #ADEBE2;
}
.BgClassName
{
background-color: #ADEBE2;
}
</style>
border-color css
<style>
span { border-color: #ADEBE2; }
span { border-color: rgb(173,235,226); }
td.TdClassName
{
border-color: #ADEBE2;
}
.TagClassName
{
border-color: #ADEBE2;
}
</style>