Shades of Water Leaf #AAF3DE
Tints of Water Leaf #AAF3DE
RGB
CMYK
RGB Variations
Color information
#AAF3DE (or 0xAAF3DE) is known color: Water Leaf. HEX triplet: AA, F3 and DE. RGB value is (170,243,222). Sum of RGB (Red+Green+Blue) = 170+243+222=635 (84% of max value = 765). Red value is 170 (66.80% from 255 or 26.77% from 635); Green value is 243 (95.31% from 255 or 38.27% from 635); Blue value is 222 (87.11% from 255 or 34.96% from 635); Max value from RGB is 243 - color contains mainly: green. Hex color #AAF3DE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAF3DE is #550C21. Grayscale: #DADADA. Windows color (decimal): -5573666 or 14611370. OLE color: 14611370.
HSL color Cylindrical-coordinate representation of color #AAF3DE: hue angle of 162.74º 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 #AAF3DE is Cyan = 0.30, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 170 | 243 | 222 | - |
| CMYK | 0.30 | 0 | 0.09 | 0.05 |
| HSL | 162.74º | 0.75% | 0.81% | - |
| HSV(B) | 162.74º | 0.3% | 0.95% | - |
| XYZ | 61.81 | 77.92 | 80.89 | - |
| YUV | 218.78 | 129.82 | 93.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 243 | 222 | 0.30 | 0 | 0.09 | 0.05 | 162.74 | 0.75 | 0.81 |
| Hex | AA | F3 | DE | 1E | 0 | 9 | 5 | A3 | 4B | 51 |
| Octal | 252 | 363 | 336 | 36 | 0 | 11 | 5 | 243 | 113 | 121 |
| Binary | 10101010 | 11110011 | 11011110 | 11110 | 0 | 1001 | 101 | 10100011 | 1001011 | 1010001 |
Color Harmonies of #AAF3DE
Complementary color
Monochromatic Colors of #AAF3DE
Black with #AAF3DE
Text Example
Text Example
White with #AAF3DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAF3DE; }
p { color: rgb(170,243,222); }
H1.HeaderClassName
{
color: #AAF3DE;
}
.AnyTagClassName
{
color: #AAF3DE;
}
</style>
background-color css
<style>
a { background-color: #AAF3DE; }
a { background-color: rgb(170,243,222); }
div.DivClassName
{
background-color: #AAF3DE;
}
.BgClassName
{
background-color: #AAF3DE;
}
</style>
border-color css
<style>
span { border-color: #AAF3DE; }
span { border-color: rgb(170,243,222); }
td.TdClassName
{
border-color: #AAF3DE;
}
.TagClassName
{
border-color: #AAF3DE;
}
</style>