Shades of Water Leaf #A3FCE5
Tints of Water Leaf #A3FCE5
RGB
CMYK
RGB Variations
Color information
#A3FCE5 (or 0xA3FCE5) is known color: Water Leaf. HEX triplet: A3, FC and E5. RGB value is (163,252,229). Sum of RGB (Red+Green+Blue) = 163+252+229=644 (85% of max value = 765). Red value is 163 (64.06% from 255 or 25.31% from 644); Green value is 252 (98.83% from 255 or 39.13% from 644); Blue value is 229 (89.84% from 255 or 35.56% from 644); Max value from RGB is 252 - color contains mainly: green. Hex color #A3FCE5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A3FCE5 is #5C031A. Grayscale: #DEDEDE. Windows color (decimal): -6030107 or 15072419. OLE color: 15072419.
HSL color Cylindrical-coordinate representation of color #A3FCE5: hue angle of 164.49º degrees, saturation: 0.94, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A3FCE5 is Cyan = 0.35, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 163 | 252 | 229 | - |
| CMYK | 0.35 | 0 | 0.09 | 0.01 |
| HSL | 164.49º | 0.94% | 0.81% | - |
| HSV(B) | 164.49º | 0.35% | 0.99% | - |
| XYZ | 64.06 | 83.06 | 86.79 | - |
| YUV | 222.77 | 131.51 | 85.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 252 | 229 | 0.35 | 0 | 0.09 | 0.01 | 164.49 | 0.94 | 0.81 |
| Hex | A3 | FC | E5 | 23 | 0 | 9 | 1 | A4 | 5E | 51 |
| Octal | 243 | 374 | 345 | 43 | 0 | 11 | 1 | 244 | 136 | 121 |
| Binary | 10100011 | 11111100 | 11100101 | 100011 | 0 | 1001 | 1 | 10100100 | 1011110 | 1010001 |
Color Harmonies of #A3FCE5
Complementary color
Monochromatic Colors of #A3FCE5
Black with #A3FCE5
Text Example
Text Example
White with #A3FCE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3FCE5; }
p { color: rgb(163,252,229); }
H1.HeaderClassName
{
color: #A3FCE5;
}
.AnyTagClassName
{
color: #A3FCE5;
}
</style>
background-color css
<style>
a { background-color: #A3FCE5; }
a { background-color: rgb(163,252,229); }
div.DivClassName
{
background-color: #A3FCE5;
}
.BgClassName
{
background-color: #A3FCE5;
}
</style>
border-color css
<style>
span { border-color: #A3FCE5; }
span { border-color: rgb(163,252,229); }
td.TdClassName
{
border-color: #A3FCE5;
}
.TagClassName
{
border-color: #A3FCE5;
}
</style>