Shades of Water Leaf #ADFFE3
Tints of Water Leaf #ADFFE3
RGB
CMYK
RGB Variations
Color information
#ADFFE3 (or 0xADFFE3) is known color: Water Leaf. HEX triplet: AD, FF and E3. RGB value is (173,255,227). Sum of RGB (Red+Green+Blue) = 173+255+227=655 (86% of max value = 765). Red value is 173 (67.97% from 255 or 26.41% from 655); Green value is 255 (100% from 255 or 38.93% from 655); Blue value is 227 (89.06% from 255 or 34.66% from 655); Max value from RGB is 255 - color contains mainly: green. Hex color #ADFFE3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADFFE3 is #52001C. Grayscale: #E3E3E3. Windows color (decimal): -5373981 or 14942125. OLE color: 14942125.
HSL color Cylindrical-coordinate representation of color #ADFFE3: hue angle of 159.51º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ADFFE3 is Cyan = 0.32, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.
Color convert
| RGB | 173 | 255 | 227 | - |
| CMYK | 0.32 | 0 | 0.11 | 0 |
| HSL | 159.51º | 1% | 0.84% | - |
| HSV(B) | 159.51º | 0.32% | 1% | - |
| XYZ | 66.86 | 85.95 | 85.74 | - |
| YUV | 227.29 | 127.83 | 89.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 255 | 227 | 0.32 | 0 | 0.11 | 0 | 159.51 | 1 | 0.84 |
| Hex | AD | FF | E3 | 20 | 0 | B | 0 | A0 | 64 | 54 |
| Octal | 255 | 377 | 343 | 40 | 0 | 13 | 0 | 240 | 144 | 124 |
| Binary | 10101101 | 11111111 | 11100011 | 100000 | 0 | 1011 | 0 | 10100000 | 1100100 | 1010100 |
Color Harmonies of #ADFFE3
Complementary color
Monochromatic Colors of #ADFFE3
Black with #ADFFE3
Text Example
Text Example
White with #ADFFE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADFFE3; }
p { color: rgb(173,255,227); }
H1.HeaderClassName
{
color: #ADFFE3;
}
.AnyTagClassName
{
color: #ADFFE3;
}
</style>
background-color css
<style>
a { background-color: #ADFFE3; }
a { background-color: rgb(173,255,227); }
div.DivClassName
{
background-color: #ADFFE3;
}
.BgClassName
{
background-color: #ADFFE3;
}
</style>
border-color css
<style>
span { border-color: #ADFFE3; }
span { border-color: rgb(173,255,227); }
td.TdClassName
{
border-color: #ADFFE3;
}
.TagClassName
{
border-color: #ADFFE3;
}
</style>