Shades of Water Leaf #A3F2E1
Tints of Water Leaf #A3F2E1
RGB
CMYK
RGB Variations
Color information
#A3F2E1 (or 0xA3F2E1) is known color: Water Leaf. HEX triplet: A3, F2 and E1. RGB value is (163,242,225). Sum of RGB (Red+Green+Blue) = 163+242+225=630 (83% of max value = 765). Red value is 163 (64.06% from 255 or 25.87% from 630); Green value is 242 (94.92% from 255 or 38.41% from 630); Blue value is 225 (88.28% from 255 or 35.71% from 630); Max value from RGB is 242 - color contains mainly: green. Hex color #A3F2E1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A3F2E1 is #5C0D1E. Grayscale: #D8D8D8. Windows color (decimal): -6032671 or 14807715. OLE color: 14807715.
HSL color Cylindrical-coordinate representation of color #A3F2E1: hue angle of 167.09º 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 #A3F2E1 is Cyan = 0.33, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 163 | 242 | 225 | - |
| CMYK | 0.33 | 0 | 0.07 | 0.05 |
| HSL | 167.09º | 0.75% | 0.79% | - |
| HSV(B) | 167.09º | 0.33% | 0.95% | - |
| XYZ | 60.45 | 76.73 | 82.86 | - |
| YUV | 216.44 | 132.83 | 89.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 242 | 225 | 0.33 | 0 | 0.07 | 0.05 | 167.09 | 0.75 | 0.79 |
| Hex | A3 | F2 | E1 | 21 | 0 | 7 | 5 | A7 | 4B | 4F |
| Octal | 243 | 362 | 341 | 41 | 0 | 7 | 5 | 247 | 113 | 117 |
| Binary | 10100011 | 11110010 | 11100001 | 100001 | 0 | 111 | 101 | 10100111 | 1001011 | 1001111 |
Color Harmonies of #A3F2E1
Complementary color
Monochromatic Colors of #A3F2E1
Black with #A3F2E1
Text Example
Text Example
White with #A3F2E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3F2E1; }
p { color: rgb(163,242,225); }
H1.HeaderClassName
{
color: #A3F2E1;
}
.AnyTagClassName
{
color: #A3F2E1;
}
</style>
background-color css
<style>
a { background-color: #A3F2E1; }
a { background-color: rgb(163,242,225); }
div.DivClassName
{
background-color: #A3F2E1;
}
.BgClassName
{
background-color: #A3F2E1;
}
</style>
border-color css
<style>
span { border-color: #A3F2E1; }
span { border-color: rgb(163,242,225); }
td.TdClassName
{
border-color: #A3F2E1;
}
.TagClassName
{
border-color: #A3F2E1;
}
</style>