Shades of Water Leaf #ADFDE3
Tints of Water Leaf #ADFDE3
RGB
CMYK
RGB Variations
Color information
#ADFDE3 (or 0xADFDE3) is known color: Water Leaf. HEX triplet: AD, FD and E3. RGB value is (173,253,227). Sum of RGB (Red+Green+Blue) = 173+253+227=653 (86% of max value = 765). Red value is 173 (67.97% from 255 or 26.49% from 653); Green value is 253 (99.22% from 255 or 38.74% from 653); Blue value is 227 (89.06% from 255 or 34.76% from 653); Max value from RGB is 253 - color contains mainly: green. Hex color #ADFDE3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADFDE3 is #52021C. Grayscale: #E2E2E2. Windows color (decimal): -5374493 or 14941613. OLE color: 14941613.
HSL color Cylindrical-coordinate representation of color #ADFDE3: hue angle of 160.5º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ADFDE3 is Cyan = 0.32, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 173 | 253 | 227 | - |
| CMYK | 0.32 | 0 | 0.10 | 0.01 |
| HSL | 160.5º | 0.95% | 0.84% | - |
| HSV(B) | 160.5º | 0.32% | 0.99% | - |
| XYZ | 66.22 | 84.68 | 85.53 | - |
| YUV | 226.12 | 128.5 | 90.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 253 | 227 | 0.32 | 0 | 0.10 | 0.01 | 160.5 | 0.95 | 0.84 |
| Hex | AD | FD | E3 | 20 | 0 | A | 1 | A0 | 5F | 54 |
| Octal | 255 | 375 | 343 | 40 | 0 | 12 | 1 | 240 | 137 | 124 |
| Binary | 10101101 | 11111101 | 11100011 | 100000 | 0 | 1010 | 1 | 10100000 | 1011111 | 1010100 |
Color Harmonies of #ADFDE3
Complementary color
Monochromatic Colors of #ADFDE3
Black with #ADFDE3
Text Example
Text Example
White with #ADFDE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADFDE3; }
p { color: rgb(173,253,227); }
H1.HeaderClassName
{
color: #ADFDE3;
}
.AnyTagClassName
{
color: #ADFDE3;
}
</style>
background-color css
<style>
a { background-color: #ADFDE3; }
a { background-color: rgb(173,253,227); }
div.DivClassName
{
background-color: #ADFDE3;
}
.BgClassName
{
background-color: #ADFDE3;
}
</style>
border-color css
<style>
span { border-color: #ADFDE3; }
span { border-color: rgb(173,253,227); }
td.TdClassName
{
border-color: #ADFDE3;
}
.TagClassName
{
border-color: #ADFDE3;
}
</style>