Shades of Water Leaf #A3FEE3
Tints of Water Leaf #A3FEE3
RGB
CMYK
RGB Variations
Color information
#A3FEE3 (or 0xA3FEE3) is known color: Water Leaf. HEX triplet: A3, FE and E3. RGB value is (163,254,227). Sum of RGB (Red+Green+Blue) = 163+254+227=644 (85% of max value = 765). Red value is 163 (64.06% from 255 or 25.31% from 644); Green value is 254 (99.61% from 255 or 39.44% from 644); Blue value is 227 (89.06% from 255 or 35.25% from 644); Max value from RGB is 254 - color contains mainly: green. Hex color #A3FEE3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A3FEE3 is #5C011C. Grayscale: #DFDFDF. Windows color (decimal): -6029597 or 14941859. OLE color: 14941859.
HSL color Cylindrical-coordinate representation of color #A3FEE3: hue angle of 162.2º 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 #A3FEE3 is Cyan = 0.36, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 163 | 254 | 227 | - |
| CMYK | 0.36 | 0 | 0.11 | 0.00 |
| HSL | 162.2º | 0.98% | 0.82% | - |
| HSV(B) | 162.2º | 0.36% | 1% | - |
| XYZ | 64.41 | 84.22 | 85.53 | - |
| YUV | 223.71 | 129.85 | 84.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 254 | 227 | 0.36 | 0 | 0.11 | 0.00 | 162.2 | 0.98 | 0.82 |
| Hex | A3 | FE | E3 | 24 | 0 | B | 0 | A2 | 62 | 52 |
| Octal | 243 | 376 | 343 | 44 | 0 | 13 | 0 | 242 | 142 | 122 |
| Binary | 10100011 | 11111110 | 11100011 | 100100 | 0 | 1011 | 0 | 10100010 | 1100010 | 1010010 |
Color Harmonies of #A3FEE3
Complementary color
Monochromatic Colors of #A3FEE3
Black with #A3FEE3
Text Example
Text Example
White with #A3FEE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3FEE3; }
p { color: rgb(163,254,227); }
H1.HeaderClassName
{
color: #A3FEE3;
}
.AnyTagClassName
{
color: #A3FEE3;
}
</style>
background-color css
<style>
a { background-color: #A3FEE3; }
a { background-color: rgb(163,254,227); }
div.DivClassName
{
background-color: #A3FEE3;
}
.BgClassName
{
background-color: #A3FEE3;
}
</style>
border-color css
<style>
span { border-color: #A3FEE3; }
span { border-color: rgb(163,254,227); }
td.TdClassName
{
border-color: #A3FEE3;
}
.TagClassName
{
border-color: #A3FEE3;
}
</style>