Shades of Water Leaf #ADEFE3
Tints of Water Leaf #ADEFE3
RGB
CMYK
RGB Variations
Color information
#ADEFE3 (or 0xADEFE3) is known color: Water Leaf. HEX triplet: AD, EF and E3. RGB value is (173,239,227). Sum of RGB (Red+Green+Blue) = 173+239+227=639 (84% of max value = 765). Red value is 173 (67.97% from 255 or 27.07% from 639); Green value is 239 (93.75% from 255 or 37.40% from 639); Blue value is 227 (89.06% from 255 or 35.52% from 639); Max value from RGB is 239 - color contains mainly: green. Hex color #ADEFE3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADEFE3 is #52101C. Grayscale: #D9D9D9. Windows color (decimal): -5378077 or 14938029. OLE color: 14938029.
HSL color Cylindrical-coordinate representation of color #ADEFE3: hue angle of 169.09º 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 #ADEFE3 is Cyan = 0.28, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 173 | 239 | 227 | - |
| CMYK | 0.28 | 0 | 0.05 | 0.06 |
| HSL | 169.09º | 0.67% | 0.81% | - |
| HSV(B) | 169.09º | 0.28% | 0.94% | - |
| XYZ | 61.97 | 76.16 | 84.11 | - |
| YUV | 217.9 | 133.13 | 95.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 239 | 227 | 0.28 | 0 | 0.05 | 0.06 | 169.09 | 0.67 | 0.81 |
| Hex | AD | EF | E3 | 1C | 0 | 5 | 6 | A9 | 43 | 51 |
| Octal | 255 | 357 | 343 | 34 | 0 | 5 | 6 | 251 | 103 | 121 |
| Binary | 10101101 | 11101111 | 11100011 | 11100 | 0 | 101 | 110 | 10101001 | 1000011 | 1010001 |
Color Harmonies of #ADEFE3
Complementary color
Monochromatic Colors of #ADEFE3
Black with #ADEFE3
Text Example
Text Example
White with #ADEFE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADEFE3; }
p { color: rgb(173,239,227); }
H1.HeaderClassName
{
color: #ADEFE3;
}
.AnyTagClassName
{
color: #ADEFE3;
}
</style>
background-color css
<style>
a { background-color: #ADEFE3; }
a { background-color: rgb(173,239,227); }
div.DivClassName
{
background-color: #ADEFE3;
}
.BgClassName
{
background-color: #ADEFE3;
}
</style>
border-color css
<style>
span { border-color: #ADEFE3; }
span { border-color: rgb(173,239,227); }
td.TdClassName
{
border-color: #ADEFE3;
}
.TagClassName
{
border-color: #ADEFE3;
}
</style>