Shades of Water Leaf #A3F8E5
Tints of Water Leaf #A3F8E5
RGB
CMYK
RGB Variations
Color information
#A3F8E5 (or 0xA3F8E5) is known color: Water Leaf. HEX triplet: A3, F8 and E5. RGB value is (163,248,229). Sum of RGB (Red+Green+Blue) = 163+248+229=640 (84% of max value = 765). Red value is 163 (64.06% from 255 or 25.47% from 640); Green value is 248 (97.27% from 255 or 38.75% from 640); Blue value is 229 (89.84% from 255 or 35.78% from 640); Max value from RGB is 248 - color contains mainly: green. Hex color #A3F8E5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A3F8E5 is #5C071A. Grayscale: #DCDCDC. Windows color (decimal): -6031131 or 15071395. OLE color: 15071395.
HSL color Cylindrical-coordinate representation of color #A3F8E5: hue angle of 166.59º degrees, saturation: 0.86, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A3F8E5 is Cyan = 0.34, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 163 | 248 | 229 | - |
| CMYK | 0.34 | 0 | 0.08 | 0.03 |
| HSL | 166.59º | 0.86% | 0.81% | - |
| HSV(B) | 166.59º | 0.34% | 0.97% | - |
| XYZ | 62.81 | 80.58 | 86.37 | - |
| YUV | 220.42 | 132.84 | 87.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 248 | 229 | 0.34 | 0 | 0.08 | 0.03 | 166.59 | 0.86 | 0.81 |
| Hex | A3 | F8 | E5 | 22 | 0 | 8 | 3 | A7 | 56 | 51 |
| Octal | 243 | 370 | 345 | 42 | 0 | 10 | 3 | 247 | 126 | 121 |
| Binary | 10100011 | 11111000 | 11100101 | 100010 | 0 | 1000 | 11 | 10100111 | 1010110 | 1010001 |
Color Harmonies of #A3F8E5
Complementary color
Monochromatic Colors of #A3F8E5
Black with #A3F8E5
Text Example
Text Example
White with #A3F8E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3F8E5; }
p { color: rgb(163,248,229); }
H1.HeaderClassName
{
color: #A3F8E5;
}
.AnyTagClassName
{
color: #A3F8E5;
}
</style>
background-color css
<style>
a { background-color: #A3F8E5; }
a { background-color: rgb(163,248,229); }
div.DivClassName
{
background-color: #A3F8E5;
}
.BgClassName
{
background-color: #A3F8E5;
}
</style>
border-color css
<style>
span { border-color: #A3F8E5; }
span { border-color: rgb(163,248,229); }
td.TdClassName
{
border-color: #A3F8E5;
}
.TagClassName
{
border-color: #A3F8E5;
}
</style>