Shades of Water Leaf #A2EFE1
Tints of Water Leaf #A2EFE1
RGB
CMYK
RGB Variations
Color information
#A2EFE1 (or 0xA2EFE1) is known color: Water Leaf. HEX triplet: A2, EF and E1. RGB value is (162,239,225). Sum of RGB (Red+Green+Blue) = 162+239+225=626 (82% of max value = 765). Red value is 162 (63.67% from 255 or 25.88% from 626); Green value is 239 (93.75% from 255 or 38.18% from 626); Blue value is 225 (88.28% from 255 or 35.94% from 626); Max value from RGB is 239 - color contains mainly: green. Hex color #A2EFE1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A2EFE1 is #5D101E. Grayscale: #D6D6D6. Windows color (decimal): -6098975 or 14806946. OLE color: 14806946.
HSL color Cylindrical-coordinate representation of color #A2EFE1: hue angle of 169.09º degrees, saturation: 0.71, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A2EFE1 is Cyan = 0.32, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 162 | 239 | 225 | - |
| CMYK | 0.32 | 0 | 0.06 | 0.06 |
| HSL | 169.09º | 0.71% | 0.79% | - |
| HSV(B) | 169.09º | 0.32% | 0.94% | - |
| XYZ | 59.36 | 74.85 | 82.55 | - |
| YUV | 214.38 | 133.99 | 90.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 239 | 225 | 0.32 | 0 | 0.06 | 0.06 | 169.09 | 0.71 | 0.79 |
| Hex | A2 | EF | E1 | 20 | 0 | 6 | 6 | A9 | 47 | 4F |
| Octal | 242 | 357 | 341 | 40 | 0 | 6 | 6 | 251 | 107 | 117 |
| Binary | 10100010 | 11101111 | 11100001 | 100000 | 0 | 110 | 110 | 10101001 | 1000111 | 1001111 |
Color Harmonies of #A2EFE1
Complementary color
Monochromatic Colors of #A2EFE1
Black with #A2EFE1
Text Example
Text Example
White with #A2EFE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2EFE1; }
p { color: rgb(162,239,225); }
H1.HeaderClassName
{
color: #A2EFE1;
}
.AnyTagClassName
{
color: #A2EFE1;
}
</style>
background-color css
<style>
a { background-color: #A2EFE1; }
a { background-color: rgb(162,239,225); }
div.DivClassName
{
background-color: #A2EFE1;
}
.BgClassName
{
background-color: #A2EFE1;
}
</style>
border-color css
<style>
span { border-color: #A2EFE1; }
span { border-color: rgb(162,239,225); }
td.TdClassName
{
border-color: #A2EFE1;
}
.TagClassName
{
border-color: #A2EFE1;
}
</style>