Shades of Water Leaf #AAF3E5
Tints of Water Leaf #AAF3E5
RGB
CMYK
RGB Variations
Color information
#AAF3E5 (or 0xAAF3E5) is known color: Water Leaf. HEX triplet: AA, F3 and E5. RGB value is (170,243,229). Sum of RGB (Red+Green+Blue) = 170+243+229=642 (85% of max value = 765). Red value is 170 (66.80% from 255 or 26.48% from 642); Green value is 243 (95.31% from 255 or 37.85% from 642); Blue value is 229 (89.84% from 255 or 35.67% from 642); Max value from RGB is 243 - color contains mainly: green. Hex color #AAF3E5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAF3E5 is #550C1A. Grayscale: #DBDBDB. Windows color (decimal): -5573659 or 15070122. OLE color: 15070122.
HSL color Cylindrical-coordinate representation of color #AAF3E5: hue angle of 168.49º degrees, saturation: 0.75, 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 #AAF3E5 is Cyan = 0.30, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 170 | 243 | 229 | - |
| CMYK | 0.30 | 0 | 0.06 | 0.05 |
| HSL | 168.49º | 0.75% | 0.81% | - |
| HSV(B) | 168.49º | 0.3% | 0.95% | - |
| XYZ | 62.77 | 78.3 | 85.93 | - |
| YUV | 219.58 | 133.32 | 92.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 243 | 229 | 0.30 | 0 | 0.06 | 0.05 | 168.49 | 0.75 | 0.81 |
| Hex | AA | F3 | E5 | 1E | 0 | 6 | 5 | A8 | 4B | 51 |
| Octal | 252 | 363 | 345 | 36 | 0 | 6 | 5 | 250 | 113 | 121 |
| Binary | 10101010 | 11110011 | 11100101 | 11110 | 0 | 110 | 101 | 10101000 | 1001011 | 1010001 |
Color Harmonies of #AAF3E5
Complementary color
Monochromatic Colors of #AAF3E5
Black with #AAF3E5
Text Example
Text Example
White with #AAF3E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAF3E5; }
p { color: rgb(170,243,229); }
H1.HeaderClassName
{
color: #AAF3E5;
}
.AnyTagClassName
{
color: #AAF3E5;
}
</style>
background-color css
<style>
a { background-color: #AAF3E5; }
a { background-color: rgb(170,243,229); }
div.DivClassName
{
background-color: #AAF3E5;
}
.BgClassName
{
background-color: #AAF3E5;
}
</style>
border-color css
<style>
span { border-color: #AAF3E5; }
span { border-color: rgb(170,243,229); }
td.TdClassName
{
border-color: #AAF3E5;
}
.TagClassName
{
border-color: #AAF3E5;
}
</style>