Shades of Water Leaf #AAF7E6
Tints of Water Leaf #AAF7E6
RGB
CMYK
RGB Variations
Color information
#AAF7E6 (or 0xAAF7E6) is known color: Water Leaf. HEX triplet: AA, F7 and E6. RGB value is (170,247,230). Sum of RGB (Red+Green+Blue) = 170+247+230=647 (85% of max value = 765). Red value is 170 (66.80% from 255 or 26.28% from 647); Green value is 247 (96.88% from 255 or 38.18% from 647); Blue value is 230 (90.23% from 255 or 35.55% from 647); Max value from RGB is 247 - color contains mainly: green. Hex color #AAF7E6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AAF7E6 is #550819. Grayscale: #DEDEDE. Windows color (decimal): -5572634 or 15136682. OLE color: 15136682.
HSL color Cylindrical-coordinate representation of color #AAF7E6: hue angle of 166.75º degrees, saturation: 0.83, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AAF7E6 is Cyan = 0.31, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 170 | 247 | 230 | - |
| CMYK | 0.31 | 0 | 0.07 | 0.03 |
| HSL | 166.75º | 0.83% | 0.82% | - |
| HSV(B) | 166.75º | 0.31% | 0.97% | - |
| XYZ | 64.12 | 80.78 | 87.08 | - |
| YUV | 222.04 | 132.49 | 90.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 247 | 230 | 0.31 | 0 | 0.07 | 0.03 | 166.75 | 0.83 | 0.82 |
| Hex | AA | F7 | E6 | 1F | 0 | 7 | 3 | A7 | 53 | 52 |
| Octal | 252 | 367 | 346 | 37 | 0 | 7 | 3 | 247 | 123 | 122 |
| Binary | 10101010 | 11110111 | 11100110 | 11111 | 0 | 111 | 11 | 10100111 | 1010011 | 1010010 |
Color Harmonies of #AAF7E6
Complementary color
Monochromatic Colors of #AAF7E6
Black with #AAF7E6
Text Example
Text Example
White with #AAF7E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAF7E6; }
p { color: rgb(170,247,230); }
H1.HeaderClassName
{
color: #AAF7E6;
}
.AnyTagClassName
{
color: #AAF7E6;
}
</style>
background-color css
<style>
a { background-color: #AAF7E6; }
a { background-color: rgb(170,247,230); }
div.DivClassName
{
background-color: #AAF7E6;
}
.BgClassName
{
background-color: #AAF7E6;
}
</style>
border-color css
<style>
span { border-color: #AAF7E6; }
span { border-color: rgb(170,247,230); }
td.TdClassName
{
border-color: #AAF7E6;
}
.TagClassName
{
border-color: #AAF7E6;
}
</style>