Shades of Water Leaf #A2FFE8
Tints of Water Leaf #A2FFE8
RGB
CMYK
RGB Variations
Color information
#A2FFE8 (or 0xA2FFE8) is known color: Water Leaf. HEX triplet: A2, FF and E8. RGB value is (162,255,232). Sum of RGB (Red+Green+Blue) = 162+255+232=649 (85% of max value = 765). Red value is 162 (63.67% from 255 or 24.96% from 649); Green value is 255 (100% from 255 or 39.29% from 649); Blue value is 232 (91.02% from 255 or 35.75% from 649); Max value from RGB is 255 - color contains mainly: green. Hex color #A2FFE8 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A2FFE8 is #5D0017. Grayscale: #E0E0E0. Windows color (decimal): -6094872 or 15269794. OLE color: 15269794.
HSL color Cylindrical-coordinate representation of color #A2FFE8: hue angle of 165.16º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A2FFE8 is Cyan = 0.36, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.
Color convert
| RGB | 162 | 255 | 232 | - |
| CMYK | 0.36 | 0 | 0.09 | 0 |
| HSL | 165.16º | 1% | 0.82% | - |
| HSV(B) | 165.16º | 0.36% | 1% | - |
| XYZ | 65.23 | 85.03 | 89.32 | - |
| YUV | 224.57 | 132.19 | 83.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 255 | 232 | 0.36 | 0 | 0.09 | 0 | 165.16 | 1 | 0.82 |
| Hex | A2 | FF | E8 | 24 | 0 | 9 | 0 | A5 | 64 | 52 |
| Octal | 242 | 377 | 350 | 44 | 0 | 11 | 0 | 245 | 144 | 122 |
| Binary | 10100010 | 11111111 | 11101000 | 100100 | 0 | 1001 | 0 | 10100101 | 1100100 | 1010010 |
Color Harmonies of #A2FFE8
Complementary color
Monochromatic Colors of #A2FFE8
Black with #A2FFE8
Text Example
Text Example
White with #A2FFE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2FFE8; }
p { color: rgb(162,255,232); }
H1.HeaderClassName
{
color: #A2FFE8;
}
.AnyTagClassName
{
color: #A2FFE8;
}
</style>
background-color css
<style>
a { background-color: #A2FFE8; }
a { background-color: rgb(162,255,232); }
div.DivClassName
{
background-color: #A2FFE8;
}
.BgClassName
{
background-color: #A2FFE8;
}
</style>
border-color css
<style>
span { border-color: #A2FFE8; }
span { border-color: rgb(162,255,232); }
td.TdClassName
{
border-color: #A2FFE8;
}
.TagClassName
{
border-color: #A2FFE8;
}
</style>