Shades of Water Leaf #A2F2DD
Tints of Water Leaf #A2F2DD
RGB
CMYK
RGB Variations
Color information
#A2F2DD (or 0xA2F2DD) is known color: Water Leaf. HEX triplet: A2, F2 and DD. RGB value is (162,242,221). Sum of RGB (Red+Green+Blue) = 162+242+221=625 (82% of max value = 765). Red value is 162 (63.67% from 255 or 25.92% from 625); Green value is 242 (94.92% from 255 or 38.72% from 625); Blue value is 221 (86.72% from 255 or 35.36% from 625); Max value from RGB is 242 - color contains mainly: green. Hex color #A2F2DD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A2F2DD is #5D0D22. Grayscale: #D7D7D7. Windows color (decimal): -6098211 or 14545570. OLE color: 14545570.
HSL color Cylindrical-coordinate representation of color #A2F2DD: hue angle of 164.25º degrees, saturation: 0.75, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A2F2DD is Cyan = 0.33, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 162 | 242 | 221 | - |
| CMYK | 0.33 | 0 | 0.09 | 0.05 |
| HSL | 164.25º | 0.75% | 0.79% | - |
| HSV(B) | 164.25º | 0.33% | 0.95% | - |
| XYZ | 59.7 | 76.41 | 80.01 | - |
| YUV | 215.69 | 131 | 89.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 242 | 221 | 0.33 | 0 | 0.09 | 0.05 | 164.25 | 0.75 | 0.79 |
| Hex | A2 | F2 | DD | 21 | 0 | 9 | 5 | A4 | 4B | 4F |
| Octal | 242 | 362 | 335 | 41 | 0 | 11 | 5 | 244 | 113 | 117 |
| Binary | 10100010 | 11110010 | 11011101 | 100001 | 0 | 1001 | 101 | 10100100 | 1001011 | 1001111 |
Color Harmonies of #A2F2DD
Complementary color
Monochromatic Colors of #A2F2DD
Black with #A2F2DD
Text Example
Text Example
White with #A2F2DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2F2DD; }
p { color: rgb(162,242,221); }
H1.HeaderClassName
{
color: #A2F2DD;
}
.AnyTagClassName
{
color: #A2F2DD;
}
</style>
background-color css
<style>
a { background-color: #A2F2DD; }
a { background-color: rgb(162,242,221); }
div.DivClassName
{
background-color: #A2F2DD;
}
.BgClassName
{
background-color: #A2F2DD;
}
</style>
border-color css
<style>
span { border-color: #A2F2DD; }
span { border-color: rgb(162,242,221); }
td.TdClassName
{
border-color: #A2F2DD;
}
.TagClassName
{
border-color: #A2F2DD;
}
</style>