Shades of Water Leaf #AAF3DD
Tints of Water Leaf #AAF3DD
RGB
CMYK
RGB Variations
Color information
#AAF3DD (or 0xAAF3DD) is known color: Water Leaf. HEX triplet: AA, F3 and DD. RGB value is (170,243,221). Sum of RGB (Red+Green+Blue) = 170+243+221=634 (83% of max value = 765). Red value is 170 (66.80% from 255 or 26.81% from 634); Green value is 243 (95.31% from 255 or 38.33% from 634); Blue value is 221 (86.72% from 255 or 34.86% from 634); Max value from RGB is 243 - color contains mainly: green. Hex color #AAF3DD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAF3DD is #550C22. Grayscale: #DADADA. Windows color (decimal): -5573667 or 14545834. OLE color: 14545834.
HSL color Cylindrical-coordinate representation of color #AAF3DD: hue angle of 161.92º 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 #AAF3DD is Cyan = 0.30, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 170 | 243 | 221 | - |
| CMYK | 0.30 | 0 | 0.09 | 0.05 |
| HSL | 161.92º | 0.75% | 0.81% | - |
| HSV(B) | 161.92º | 0.3% | 0.95% | - |
| XYZ | 61.68 | 77.87 | 80.19 | - |
| YUV | 218.67 | 129.32 | 93.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 243 | 221 | 0.30 | 0 | 0.09 | 0.05 | 161.92 | 0.75 | 0.81 |
| Hex | AA | F3 | DD | 1E | 0 | 9 | 5 | A2 | 4B | 51 |
| Octal | 252 | 363 | 335 | 36 | 0 | 11 | 5 | 242 | 113 | 121 |
| Binary | 10101010 | 11110011 | 11011101 | 11110 | 0 | 1001 | 101 | 10100010 | 1001011 | 1010001 |
Color Harmonies of #AAF3DD
Complementary color
Monochromatic Colors of #AAF3DD
Black with #AAF3DD
Text Example
Text Example
White with #AAF3DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAF3DD; }
p { color: rgb(170,243,221); }
H1.HeaderClassName
{
color: #AAF3DD;
}
.AnyTagClassName
{
color: #AAF3DD;
}
</style>
background-color css
<style>
a { background-color: #AAF3DD; }
a { background-color: rgb(170,243,221); }
div.DivClassName
{
background-color: #AAF3DD;
}
.BgClassName
{
background-color: #AAF3DD;
}
</style>
border-color css
<style>
span { border-color: #AAF3DD; }
span { border-color: rgb(170,243,221); }
td.TdClassName
{
border-color: #AAF3DD;
}
.TagClassName
{
border-color: #AAF3DD;
}
</style>