Shades of Water Leaf #AAF1DF
Tints of Water Leaf #AAF1DF
RGB
CMYK
RGB Variations
Color information
#AAF1DF (or 0xAAF1DF) is known color: Water Leaf. HEX triplet: AA, F1 and DF. RGB value is (170,241,223). Sum of RGB (Red+Green+Blue) = 170+241+223=634 (83% of max value = 765). Red value is 170 (66.80% from 255 or 26.81% from 634); Green value is 241 (94.53% from 255 or 38.01% from 634); Blue value is 223 (87.5% from 255 or 35.17% from 634); Max value from RGB is 241 - color contains mainly: green. Hex color #AAF1DF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAF1DF is #550E20. Grayscale: #D9D9D9. Windows color (decimal): -5574177 or 14676394. OLE color: 14676394.
HSL color Cylindrical-coordinate representation of color #AAF1DF: hue angle of 164.79º degrees, saturation: 0.72, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AAF1DF is Cyan = 0.29, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 170 | 241 | 223 | - |
| CMYK | 0.29 | 0 | 0.07 | 0.05 |
| HSL | 164.79º | 0.72% | 0.81% | - |
| HSV(B) | 164.79º | 0.29% | 0.95% | - |
| XYZ | 61.35 | 76.78 | 81.4 | - |
| YUV | 217.72 | 130.98 | 93.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 241 | 223 | 0.29 | 0 | 0.07 | 0.05 | 164.79 | 0.72 | 0.81 |
| Hex | AA | F1 | DF | 1D | 0 | 7 | 5 | A5 | 48 | 51 |
| Octal | 252 | 361 | 337 | 35 | 0 | 7 | 5 | 245 | 110 | 121 |
| Binary | 10101010 | 11110001 | 11011111 | 11101 | 0 | 111 | 101 | 10100101 | 1001000 | 1010001 |
Color Harmonies of #AAF1DF
Complementary color
Monochromatic Colors of #AAF1DF
Black with #AAF1DF
Text Example
Text Example
White with #AAF1DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAF1DF; }
p { color: rgb(170,241,223); }
H1.HeaderClassName
{
color: #AAF1DF;
}
.AnyTagClassName
{
color: #AAF1DF;
}
</style>
background-color css
<style>
a { background-color: #AAF1DF; }
a { background-color: rgb(170,241,223); }
div.DivClassName
{
background-color: #AAF1DF;
}
.BgClassName
{
background-color: #AAF1DF;
}
</style>
border-color css
<style>
span { border-color: #AAF1DF; }
span { border-color: rgb(170,241,223); }
td.TdClassName
{
border-color: #AAF1DF;
}
.TagClassName
{
border-color: #AAF1DF;
}
</style>