Shades of Water Leaf #A2FAE5
Tints of Water Leaf #A2FAE5
RGB
CMYK
RGB Variations
Color information
#A2FAE5 (or 0xA2FAE5) is known color: Water Leaf. HEX triplet: A2, FA and E5. RGB value is (162,250,229). Sum of RGB (Red+Green+Blue) = 162+250+229=641 (84% of max value = 765). Red value is 162 (63.67% from 255 or 25.27% from 641); Green value is 250 (98.05% from 255 or 39.00% from 641); Blue value is 229 (89.84% from 255 or 35.73% from 641); Max value from RGB is 250 - color contains mainly: green. Hex color #A2FAE5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A2FAE5 is #5D051A. Grayscale: #DDDDDD. Windows color (decimal): -6096155 or 15071906. OLE color: 15071906.
HSL color Cylindrical-coordinate representation of color #A2FAE5: hue angle of 165.68º degrees, saturation: 0.9, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A2FAE5 is Cyan = 0.35, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 162 | 250 | 229 | - |
| CMYK | 0.35 | 0 | 0.08 | 0.02 |
| HSL | 165.68º | 0.9% | 0.81% | - |
| HSV(B) | 165.68º | 0.35% | 0.98% | - |
| XYZ | 63.23 | 81.71 | 86.57 | - |
| YUV | 221.29 | 132.35 | 85.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 250 | 229 | 0.35 | 0 | 0.08 | 0.02 | 165.68 | 0.9 | 0.81 |
| Hex | A2 | FA | E5 | 23 | 0 | 8 | 2 | A6 | 5A | 51 |
| Octal | 242 | 372 | 345 | 43 | 0 | 10 | 2 | 246 | 132 | 121 |
| Binary | 10100010 | 11111010 | 11100101 | 100011 | 0 | 1000 | 10 | 10100110 | 1011010 | 1010001 |
Color Harmonies of #A2FAE5
Complementary color
Monochromatic Colors of #A2FAE5
Black with #A2FAE5
Text Example
Text Example
White with #A2FAE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2FAE5; }
p { color: rgb(162,250,229); }
H1.HeaderClassName
{
color: #A2FAE5;
}
.AnyTagClassName
{
color: #A2FAE5;
}
</style>
background-color css
<style>
a { background-color: #A2FAE5; }
a { background-color: rgb(162,250,229); }
div.DivClassName
{
background-color: #A2FAE5;
}
.BgClassName
{
background-color: #A2FAE5;
}
</style>
border-color css
<style>
span { border-color: #A2FAE5; }
span { border-color: rgb(162,250,229); }
td.TdClassName
{
border-color: #A2FAE5;
}
.TagClassName
{
border-color: #A2FAE5;
}
</style>