Shades of Water Leaf #A3FEE4
Tints of Water Leaf #A3FEE4
RGB
CMYK
RGB Variations
Color information
#A3FEE4 (or 0xA3FEE4) is known color: Water Leaf. HEX triplet: A3, FE and E4. RGB value is (163,254,228). Sum of RGB (Red+Green+Blue) = 163+254+228=645 (85% of max value = 765). Red value is 163 (64.06% from 255 or 25.27% from 645); Green value is 254 (99.61% from 255 or 39.38% from 645); Blue value is 228 (89.45% from 255 or 35.35% from 645); Max value from RGB is 254 - color contains mainly: green. Hex color #A3FEE4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A3FEE4 is #5C011B. Grayscale: #DFDFDF. Windows color (decimal): -6029596 or 15007395. OLE color: 15007395.
HSL color Cylindrical-coordinate representation of color #A3FEE4: hue angle of 162.86º degrees, saturation: 0.98, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A3FEE4 is Cyan = 0.36, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 163 | 254 | 228 | - |
| CMYK | 0.36 | 0 | 0.10 | 0.00 |
| HSL | 162.86º | 0.98% | 0.82% | - |
| HSV(B) | 162.86º | 0.36% | 1% | - |
| XYZ | 64.55 | 84.27 | 86.26 | - |
| YUV | 223.83 | 130.35 | 84.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 254 | 228 | 0.36 | 0 | 0.10 | 0.00 | 162.86 | 0.98 | 0.82 |
| Hex | A3 | FE | E4 | 24 | 0 | A | 0 | A3 | 62 | 52 |
| Octal | 243 | 376 | 344 | 44 | 0 | 12 | 0 | 243 | 142 | 122 |
| Binary | 10100011 | 11111110 | 11100100 | 100100 | 0 | 1010 | 0 | 10100011 | 1100010 | 1010010 |
Color Harmonies of #A3FEE4
Complementary color
Monochromatic Colors of #A3FEE4
Black with #A3FEE4
Text Example
Text Example
White with #A3FEE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3FEE4; }
p { color: rgb(163,254,228); }
H1.HeaderClassName
{
color: #A3FEE4;
}
.AnyTagClassName
{
color: #A3FEE4;
}
</style>
background-color css
<style>
a { background-color: #A3FEE4; }
a { background-color: rgb(163,254,228); }
div.DivClassName
{
background-color: #A3FEE4;
}
.BgClassName
{
background-color: #A3FEE4;
}
</style>
border-color css
<style>
span { border-color: #A3FEE4; }
span { border-color: rgb(163,254,228); }
td.TdClassName
{
border-color: #A3FEE4;
}
.TagClassName
{
border-color: #A3FEE4;
}
</style>