Shades of Water Leaf #AAF2E3
Tints of Water Leaf #AAF2E3
RGB
CMYK
RGB Variations
Color information
#AAF2E3 (or 0xAAF2E3) is known color: Water Leaf. HEX triplet: AA, F2 and E3. RGB value is (170,242,227). Sum of RGB (Red+Green+Blue) = 170+242+227=639 (84% of max value = 765). Red value is 170 (66.80% from 255 or 26.60% from 639); Green value is 242 (94.92% from 255 or 37.87% from 639); Blue value is 227 (89.06% from 255 or 35.52% from 639); Max value from RGB is 242 - color contains mainly: green. Hex color #AAF2E3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAF2E3 is #550D1C. Grayscale: #DADADA. Windows color (decimal): -5573917 or 14938794. OLE color: 14938794.
HSL color Cylindrical-coordinate representation of color #AAF2E3: hue angle of 167.5º 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 #AAF2E3 is Cyan = 0.30, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 170 | 242 | 227 | - |
| CMYK | 0.30 | 0 | 0.06 | 0.05 |
| HSL | 167.5º | 0.73% | 0.81% | - |
| HSV(B) | 167.5º | 0.3% | 0.95% | - |
| XYZ | 62.19 | 77.6 | 84.37 | - |
| YUV | 218.76 | 132.65 | 93.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 242 | 227 | 0.30 | 0 | 0.06 | 0.05 | 167.5 | 0.73 | 0.81 |
| Hex | AA | F2 | E3 | 1E | 0 | 6 | 5 | A8 | 49 | 51 |
| Octal | 252 | 362 | 343 | 36 | 0 | 6 | 5 | 250 | 111 | 121 |
| Binary | 10101010 | 11110010 | 11100011 | 11110 | 0 | 110 | 101 | 10101000 | 1001001 | 1010001 |
Color Harmonies of #AAF2E3
Complementary color
Monochromatic Colors of #AAF2E3
Black with #AAF2E3
Text Example
Text Example
White with #AAF2E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAF2E3; }
p { color: rgb(170,242,227); }
H1.HeaderClassName
{
color: #AAF2E3;
}
.AnyTagClassName
{
color: #AAF2E3;
}
</style>
background-color css
<style>
a { background-color: #AAF2E3; }
a { background-color: rgb(170,242,227); }
div.DivClassName
{
background-color: #AAF2E3;
}
.BgClassName
{
background-color: #AAF2E3;
}
</style>
border-color css
<style>
span { border-color: #AAF2E3; }
span { border-color: rgb(170,242,227); }
td.TdClassName
{
border-color: #AAF2E3;
}
.TagClassName
{
border-color: #AAF2E3;
}
</style>