Shades of Water Leaf #AAF2E2
Tints of Water Leaf #AAF2E2
RGB
CMYK
RGB Variations
Color information
#AAF2E2 (or 0xAAF2E2) is known color: Water Leaf. HEX triplet: AA, F2 and E2. RGB value is (170,242,226). Sum of RGB (Red+Green+Blue) = 170+242+226=638 (84% of max value = 765). Red value is 170 (66.80% from 255 or 26.65% from 638); Green value is 242 (94.92% from 255 or 37.93% from 638); Blue value is 226 (88.67% from 255 or 35.42% from 638); Max value from RGB is 242 - color contains mainly: green. Hex color #AAF2E2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAF2E2 is #550D1D. Grayscale: #DADADA. Windows color (decimal): -5573918 or 14873258. OLE color: 14873258.
HSL color Cylindrical-coordinate representation of color #AAF2E2: hue angle of 166.67º degrees, saturation: 0.73, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AAF2E2 is Cyan = 0.30, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 170 | 242 | 226 | - |
| CMYK | 0.30 | 0 | 0.07 | 0.05 |
| HSL | 166.67º | 0.73% | 0.81% | - |
| HSV(B) | 166.67º | 0.3% | 0.95% | - |
| XYZ | 62.06 | 77.54 | 83.65 | - |
| YUV | 218.65 | 132.15 | 93.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 242 | 226 | 0.30 | 0 | 0.07 | 0.05 | 166.67 | 0.73 | 0.81 |
| Hex | AA | F2 | E2 | 1E | 0 | 7 | 5 | A7 | 49 | 51 |
| Octal | 252 | 362 | 342 | 36 | 0 | 7 | 5 | 247 | 111 | 121 |
| Binary | 10101010 | 11110010 | 11100010 | 11110 | 0 | 111 | 101 | 10100111 | 1001001 | 1010001 |
Color Harmonies of #AAF2E2
Complementary color
Monochromatic Colors of #AAF2E2
Black with #AAF2E2
Text Example
Text Example
White with #AAF2E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAF2E2; }
p { color: rgb(170,242,226); }
H1.HeaderClassName
{
color: #AAF2E2;
}
.AnyTagClassName
{
color: #AAF2E2;
}
</style>
background-color css
<style>
a { background-color: #AAF2E2; }
a { background-color: rgb(170,242,226); }
div.DivClassName
{
background-color: #AAF2E2;
}
.BgClassName
{
background-color: #AAF2E2;
}
</style>
border-color css
<style>
span { border-color: #AAF2E2; }
span { border-color: rgb(170,242,226); }
td.TdClassName
{
border-color: #AAF2E2;
}
.TagClassName
{
border-color: #AAF2E2;
}
</style>