Shades of Water Leaf #ADFFEC
Tints of Water Leaf #ADFFEC
RGB
CMYK
RGB Variations
Color information
#ADFFEC (or 0xADFFEC) is known color: Water Leaf. HEX triplet: AD, FF and EC. RGB value is (173,255,236). Sum of RGB (Red+Green+Blue) = 173+255+236=664 (87% of max value = 765). Red value is 173 (67.97% from 255 or 26.05% from 664); Green value is 255 (100% from 255 or 38.40% from 664); Blue value is 236 (92.58% from 255 or 35.54% from 664); Max value from RGB is 255 - color contains mainly: green. Hex color #ADFFEC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ADFFEC is #520013. Grayscale: #E4E4E4. Windows color (decimal): -5373972 or 15531949. OLE color: 15531949.
HSL color Cylindrical-coordinate representation of color #ADFFEC: hue angle of 166.1º 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 #ADFFEC is Cyan = 0.32, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
| RGB | 173 | 255 | 236 | - |
| CMYK | 0.32 | 0 | 0.07 | 0 |
| HSL | 166.1º | 1% | 0.84% | - |
| HSV(B) | 166.1º | 0.32% | 1% | - |
| XYZ | 68.13 | 86.46 | 92.45 | - |
| YUV | 228.32 | 132.33 | 88.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 255 | 236 | 0.32 | 0 | 0.07 | 0 | 166.1 | 1 | 0.84 |
| Hex | AD | FF | EC | 20 | 0 | 7 | 0 | A6 | 64 | 54 |
| Octal | 255 | 377 | 354 | 40 | 0 | 7 | 0 | 246 | 144 | 124 |
| Binary | 10101101 | 11111111 | 11101100 | 100000 | 0 | 111 | 0 | 10100110 | 1100100 | 1010100 |
Color Harmonies of #ADFFEC
Complementary color
Monochromatic Colors of #ADFFEC
Black with #ADFFEC
Text Example
Text Example
White with #ADFFEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADFFEC; }
p { color: rgb(173,255,236); }
H1.HeaderClassName
{
color: #ADFFEC;
}
.AnyTagClassName
{
color: #ADFFEC;
}
</style>
background-color css
<style>
a { background-color: #ADFFEC; }
a { background-color: rgb(173,255,236); }
div.DivClassName
{
background-color: #ADFFEC;
}
.BgClassName
{
background-color: #ADFFEC;
}
</style>
border-color css
<style>
span { border-color: #ADFFEC; }
span { border-color: rgb(173,255,236); }
td.TdClassName
{
border-color: #ADFFEC;
}
.TagClassName
{
border-color: #ADFFEC;
}
</style>