Shades of Water Leaf #AAF2DC
Tints of Water Leaf #AAF2DC
RGB
CMYK
RGB Variations
Color information
#AAF2DC (or 0xAAF2DC) is known color: Water Leaf. HEX triplet: AA, F2 and DC. RGB value is (170,242,220). Sum of RGB (Red+Green+Blue) = 170+242+220=632 (83% of max value = 765). Red value is 170 (66.80% from 255 or 26.90% from 632); Green value is 242 (94.92% from 255 or 38.29% from 632); Blue value is 220 (86.33% from 255 or 34.81% from 632); Max value from RGB is 242 - color contains mainly: green. Hex color #AAF2DC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAF2DC is #550D23. Grayscale: #D9D9D9. Windows color (decimal): -5573924 or 14480042. OLE color: 14480042.
HSL color Cylindrical-coordinate representation of color #AAF2DC: hue angle of 161.67º 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 #AAF2DC is Cyan = 0.30, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 170 | 242 | 220 | - |
| CMYK | 0.30 | 0 | 0.09 | 0.05 |
| HSL | 161.67º | 0.73% | 0.81% | - |
| HSV(B) | 161.67º | 0.3% | 0.95% | - |
| XYZ | 61.25 | 77.22 | 79.39 | - |
| YUV | 217.96 | 129.15 | 93.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 242 | 220 | 0.30 | 0 | 0.09 | 0.05 | 161.67 | 0.73 | 0.81 |
| Hex | AA | F2 | DC | 1E | 0 | 9 | 5 | A2 | 49 | 51 |
| Octal | 252 | 362 | 334 | 36 | 0 | 11 | 5 | 242 | 111 | 121 |
| Binary | 10101010 | 11110010 | 11011100 | 11110 | 0 | 1001 | 101 | 10100010 | 1001001 | 1010001 |
Color Harmonies of #AAF2DC
Complementary color
Monochromatic Colors of #AAF2DC
Black with #AAF2DC
Text Example
Text Example
White with #AAF2DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAF2DC; }
p { color: rgb(170,242,220); }
H1.HeaderClassName
{
color: #AAF2DC;
}
.AnyTagClassName
{
color: #AAF2DC;
}
</style>
background-color css
<style>
a { background-color: #AAF2DC; }
a { background-color: rgb(170,242,220); }
div.DivClassName
{
background-color: #AAF2DC;
}
.BgClassName
{
background-color: #AAF2DC;
}
</style>
border-color css
<style>
span { border-color: #AAF2DC; }
span { border-color: rgb(170,242,220); }
td.TdClassName
{
border-color: #AAF2DC;
}
.TagClassName
{
border-color: #AAF2DC;
}
</style>