Shades of Water Leaf #AAF6E2
Tints of Water Leaf #AAF6E2
RGB
CMYK
RGB Variations
Color information
#AAF6E2 (or 0xAAF6E2) is known color: Water Leaf. HEX triplet: AA, F6 and E2. RGB value is (170,246,226). Sum of RGB (Red+Green+Blue) = 170+246+226=642 (85% of max value = 765). Red value is 170 (66.80% from 255 or 26.48% from 642); Green value is 246 (96.48% from 255 or 38.32% from 642); Blue value is 226 (88.67% from 255 or 35.20% from 642); Max value from RGB is 246 - color contains mainly: green. Hex color #AAF6E2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAF6E2 is #55091D. Grayscale: #DDDDDD. Windows color (decimal): -5572894 or 14874282. OLE color: 14874282.
HSL color Cylindrical-coordinate representation of color #AAF6E2: hue angle of 164.21º degrees, saturation: 0.81, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AAF6E2 is Cyan = 0.31, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 170 | 246 | 226 | - |
| CMYK | 0.31 | 0 | 0.08 | 0.04 |
| HSL | 164.21º | 0.81% | 0.82% | - |
| HSV(B) | 164.21º | 0.31% | 0.96% | - |
| XYZ | 63.26 | 79.95 | 84.05 | - |
| YUV | 221 | 130.82 | 91.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 246 | 226 | 0.31 | 0 | 0.08 | 0.04 | 164.21 | 0.81 | 0.82 |
| Hex | AA | F6 | E2 | 1F | 0 | 8 | 4 | A4 | 51 | 52 |
| Octal | 252 | 366 | 342 | 37 | 0 | 10 | 4 | 244 | 121 | 122 |
| Binary | 10101010 | 11110110 | 11100010 | 11111 | 0 | 1000 | 100 | 10100100 | 1010001 | 1010010 |
Color Harmonies of #AAF6E2
Complementary color
Monochromatic Colors of #AAF6E2
Black with #AAF6E2
Text Example
Text Example
White with #AAF6E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAF6E2; }
p { color: rgb(170,246,226); }
H1.HeaderClassName
{
color: #AAF6E2;
}
.AnyTagClassName
{
color: #AAF6E2;
}
</style>
background-color css
<style>
a { background-color: #AAF6E2; }
a { background-color: rgb(170,246,226); }
div.DivClassName
{
background-color: #AAF6E2;
}
.BgClassName
{
background-color: #AAF6E2;
}
</style>
border-color css
<style>
span { border-color: #AAF6E2; }
span { border-color: rgb(170,246,226); }
td.TdClassName
{
border-color: #AAF6E2;
}
.TagClassName
{
border-color: #AAF6E2;
}
</style>