Shades of Water Leaf #ADFFEA
Tints of Water Leaf #ADFFEA
RGB
CMYK
RGB Variations
Color information
#ADFFEA (or 0xADFFEA) is known color: Water Leaf. HEX triplet: AD, FF and EA. RGB value is (173,255,234). Sum of RGB (Red+Green+Blue) = 173+255+234=662 (87% of max value = 765). Red value is 173 (67.97% from 255 or 26.13% from 662); Green value is 255 (100% from 255 or 38.52% from 662); Blue value is 234 (91.80% from 255 or 35.35% from 662); Max value from RGB is 255 - color contains mainly: green. Hex color #ADFFEA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ADFFEA is #520015. Grayscale: #E4E4E4. Windows color (decimal): -5373974 or 15400877. OLE color: 15400877.
HSL color Cylindrical-coordinate representation of color #ADFFEA: hue angle of 164.63º 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 #ADFFEA is Cyan = 0.32, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.
Color convert
| RGB | 173 | 255 | 234 | - |
| CMYK | 0.32 | 0 | 0.08 | 0 |
| HSL | 164.63º | 1% | 0.84% | - |
| HSV(B) | 164.63º | 0.32% | 1% | - |
| XYZ | 67.84 | 86.34 | 90.93 | - |
| YUV | 228.09 | 131.33 | 88.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 255 | 234 | 0.32 | 0 | 0.08 | 0 | 164.63 | 1 | 0.84 |
| Hex | AD | FF | EA | 20 | 0 | 8 | 0 | A5 | 64 | 54 |
| Octal | 255 | 377 | 352 | 40 | 0 | 10 | 0 | 245 | 144 | 124 |
| Binary | 10101101 | 11111111 | 11101010 | 100000 | 0 | 1000 | 0 | 10100101 | 1100100 | 1010100 |
Color Harmonies of #ADFFEA
Complementary color
Monochromatic Colors of #ADFFEA
Black with #ADFFEA
Text Example
Text Example
White with #ADFFEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADFFEA; }
p { color: rgb(173,255,234); }
H1.HeaderClassName
{
color: #ADFFEA;
}
.AnyTagClassName
{
color: #ADFFEA;
}
</style>
background-color css
<style>
a { background-color: #ADFFEA; }
a { background-color: rgb(173,255,234); }
div.DivClassName
{
background-color: #ADFFEA;
}
.BgClassName
{
background-color: #ADFFEA;
}
</style>
border-color css
<style>
span { border-color: #ADFFEA; }
span { border-color: rgb(173,255,234); }
td.TdClassName
{
border-color: #ADFFEA;
}
.TagClassName
{
border-color: #ADFFEA;
}
</style>