Shades of Water Leaf #AAFCE1
Tints of Water Leaf #AAFCE1
RGB
CMYK
RGB Variations
Color information
#AAFCE1 (or 0xAAFCE1) is known color: Water Leaf. HEX triplet: AA, FC and E1. RGB value is (170,252,225). Sum of RGB (Red+Green+Blue) = 170+252+225=647 (85% of max value = 765). Red value is 170 (66.80% from 255 or 26.28% from 647); Green value is 252 (98.83% from 255 or 38.95% from 647); Blue value is 225 (88.28% from 255 or 34.78% from 647); Max value from RGB is 252 - color contains mainly: green. Hex color #AAFCE1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAFCE1 is #55031E. Grayscale: #E0E0E0. Windows color (decimal): -5571359 or 14810282. OLE color: 14810282.
HSL color Cylindrical-coordinate representation of color #AAFCE1: hue angle of 160.24º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AAFCE1 is Cyan = 0.33, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 170 | 252 | 225 | - |
| CMYK | 0.33 | 0 | 0.11 | 0.01 |
| HSL | 160.24º | 0.93% | 0.83% | - |
| HSV(B) | 160.24º | 0.33% | 0.99% | - |
| XYZ | 64.98 | 83.6 | 83.95 | - |
| YUV | 224.4 | 128.33 | 89.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 252 | 225 | 0.33 | 0 | 0.11 | 0.01 | 160.24 | 0.93 | 0.83 |
| Hex | AA | FC | E1 | 21 | 0 | B | 1 | A0 | 5D | 53 |
| Octal | 252 | 374 | 341 | 41 | 0 | 13 | 1 | 240 | 135 | 123 |
| Binary | 10101010 | 11111100 | 11100001 | 100001 | 0 | 1011 | 1 | 10100000 | 1011101 | 1010011 |
Color Harmonies of #AAFCE1
Complementary color
Monochromatic Colors of #AAFCE1
Black with #AAFCE1
Text Example
Text Example
White with #AAFCE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAFCE1; }
p { color: rgb(170,252,225); }
H1.HeaderClassName
{
color: #AAFCE1;
}
.AnyTagClassName
{
color: #AAFCE1;
}
</style>
background-color css
<style>
a { background-color: #AAFCE1; }
a { background-color: rgb(170,252,225); }
div.DivClassName
{
background-color: #AAFCE1;
}
.BgClassName
{
background-color: #AAFCE1;
}
</style>
border-color css
<style>
span { border-color: #AAFCE1; }
span { border-color: rgb(170,252,225); }
td.TdClassName
{
border-color: #AAFCE1;
}
.TagClassName
{
border-color: #AAFCE1;
}
</style>