Shades of Water Leaf #A2F9E6
Tints of Water Leaf #A2F9E6
RGB
CMYK
RGB Variations
Color information
#A2F9E6 (or 0xA2F9E6) is known color: Water Leaf. HEX triplet: A2, F9 and E6. RGB value is (162,249,230). Sum of RGB (Red+Green+Blue) = 162+249+230=641 (84% of max value = 765). Red value is 162 (63.67% from 255 or 25.27% from 641); Green value is 249 (97.66% from 255 or 38.85% from 641); Blue value is 230 (90.23% from 255 or 35.88% from 641); Max value from RGB is 249 - color contains mainly: green. Hex color #A2F9E6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A2F9E6 is #5D0619. Grayscale: #DCDCDC. Windows color (decimal): -6096410 or 15137186. OLE color: 15137186.
HSL color Cylindrical-coordinate representation of color #A2F9E6: hue angle of 166.9º degrees, saturation: 0.88, 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 #A2F9E6 is Cyan = 0.35, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 162 | 249 | 230 | - |
| CMYK | 0.35 | 0 | 0.08 | 0.02 |
| HSL | 166.9º | 0.88% | 0.81% | - |
| HSV(B) | 166.9º | 0.35% | 0.98% | - |
| XYZ | 63.06 | 81.15 | 87.2 | - |
| YUV | 220.82 | 133.18 | 86.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 249 | 230 | 0.35 | 0 | 0.08 | 0.02 | 166.9 | 0.88 | 0.81 |
| Hex | A2 | F9 | E6 | 23 | 0 | 8 | 2 | A7 | 58 | 51 |
| Octal | 242 | 371 | 346 | 43 | 0 | 10 | 2 | 247 | 130 | 121 |
| Binary | 10100010 | 11111001 | 11100110 | 100011 | 0 | 1000 | 10 | 10100111 | 1011000 | 1010001 |
Color Harmonies of #A2F9E6
Complementary color
Monochromatic Colors of #A2F9E6
Black with #A2F9E6
Text Example
Text Example
White with #A2F9E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2F9E6; }
p { color: rgb(162,249,230); }
H1.HeaderClassName
{
color: #A2F9E6;
}
.AnyTagClassName
{
color: #A2F9E6;
}
</style>
background-color css
<style>
a { background-color: #A2F9E6; }
a { background-color: rgb(162,249,230); }
div.DivClassName
{
background-color: #A2F9E6;
}
.BgClassName
{
background-color: #A2F9E6;
}
</style>
border-color css
<style>
span { border-color: #A2F9E6; }
span { border-color: rgb(162,249,230); }
td.TdClassName
{
border-color: #A2F9E6;
}
.TagClassName
{
border-color: #A2F9E6;
}
</style>