Shades of Water Leaf #ADFEE3
Tints of Water Leaf #ADFEE3
RGB
CMYK
RGB Variations
Color information
#ADFEE3 (or 0xADFEE3) is known color: Water Leaf. HEX triplet: AD, FE and E3. RGB value is (173,254,227). Sum of RGB (Red+Green+Blue) = 173+254+227=654 (86% of max value = 765). Red value is 173 (67.97% from 255 or 26.45% from 654); Green value is 254 (99.61% from 255 or 38.84% from 654); Blue value is 227 (89.06% from 255 or 34.71% from 654); Max value from RGB is 254 - color contains mainly: green. Hex color #ADFEE3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADFEE3 is #52011C. Grayscale: #E2E2E2. Windows color (decimal): -5374237 or 14941869. OLE color: 14941869.
HSL color Cylindrical-coordinate representation of color #ADFEE3: hue angle of 160º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ADFEE3 is Cyan = 0.32, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 173 | 254 | 227 | - |
| CMYK | 0.32 | 0 | 0.11 | 0.00 |
| HSL | 160º | 0.98% | 0.84% | - |
| HSV(B) | 160º | 0.32% | 1% | - |
| XYZ | 66.54 | 85.31 | 85.63 | - |
| YUV | 226.7 | 128.16 | 89.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 254 | 227 | 0.32 | 0 | 0.11 | 0.00 | 160 | 0.98 | 0.84 |
| Hex | AD | FE | E3 | 20 | 0 | B | 0 | A0 | 62 | 54 |
| Octal | 255 | 376 | 343 | 40 | 0 | 13 | 0 | 240 | 142 | 124 |
| Binary | 10101101 | 11111110 | 11100011 | 100000 | 0 | 1011 | 0 | 10100000 | 1100010 | 1010100 |
Color Harmonies of #ADFEE3
Complementary color
Monochromatic Colors of #ADFEE3
Black with #ADFEE3
Text Example
Text Example
White with #ADFEE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADFEE3; }
p { color: rgb(173,254,227); }
H1.HeaderClassName
{
color: #ADFEE3;
}
.AnyTagClassName
{
color: #ADFEE3;
}
</style>
background-color css
<style>
a { background-color: #ADFEE3; }
a { background-color: rgb(173,254,227); }
div.DivClassName
{
background-color: #ADFEE3;
}
.BgClassName
{
background-color: #ADFEE3;
}
</style>
border-color css
<style>
span { border-color: #ADFEE3; }
span { border-color: rgb(173,254,227); }
td.TdClassName
{
border-color: #ADFEE3;
}
.TagClassName
{
border-color: #ADFEE3;
}
</style>