Shades of Water Leaf #AAF9E2
Tints of Water Leaf #AAF9E2
RGB
CMYK
RGB Variations
Color information
#AAF9E2 (or 0xAAF9E2) is known color: Water Leaf. HEX triplet: AA, F9 and E2. RGB value is (170,249,226). Sum of RGB (Red+Green+Blue) = 170+249+226=645 (85% of max value = 765). Red value is 170 (66.80% from 255 or 26.36% from 645); Green value is 249 (97.66% from 255 or 38.60% from 645); Blue value is 226 (88.67% from 255 or 35.04% from 645); Max value from RGB is 249 - color contains mainly: green. Hex color #AAF9E2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAF9E2 is #55061D. Grayscale: #DEDEDE. Windows color (decimal): -5572126 or 14875050. OLE color: 14875050.
HSL color Cylindrical-coordinate representation of color #AAF9E2: hue angle of 162.53º degrees, saturation: 0.87, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AAF9E2 is Cyan = 0.32, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.02.
Color convert
RGB | 170 | 249 | 226 | - |
CMYK | 0.32 | 0 | 0.09 | 0.02 |
HSL | 162.53º | 0.87% | 0.82% | - |
HSV(B) | 162.53º | 0.32% | 0.98% | - |
XYZ | 64.18 | 81.79 | 84.36 | - |
YUV | 222.76 | 129.83 | 90.37 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 170 | 249 | 226 | 0.32 | 0 | 0.09 | 0.02 | 162.53 | 0.87 | 0.82 |
Hex | AA | F9 | E2 | 20 | 0 | 9 | 2 | A3 | 57 | 52 |
Octal | 252 | 371 | 342 | 40 | 0 | 11 | 2 | 243 | 127 | 122 |
Binary | 10101010 | 11111001 | 11100010 | 100000 | 0 | 1001 | 10 | 10100011 | 1010111 | 1010010 |
Color Harmonies of #AAF9E2
Complementary color
Monochromatic Colors of #AAF9E2
Black with #AAF9E2
Text Example
Text Example
White with #AAF9E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAF9E2; }
p { color: rgb(170,249,226); }
H1.HeaderClassName
{
color: #AAF9E2;
}
.AnyTagClassName
{
color: #AAF9E2;
}
</style>
background-color css
<style>
a { background-color: #AAF9E2; }
a { background-color: rgb(170,249,226); }
div.DivClassName
{
background-color: #AAF9E2;
}
.BgClassName
{
background-color: #AAF9E2;
}
</style>
border-color css
<style>
span { border-color: #AAF9E2; }
span { border-color: rgb(170,249,226); }
td.TdClassName
{
border-color: #AAF9E2;
}
.TagClassName
{
border-color: #AAF9E2;
}
</style>