Shades of Water Leaf #A3FCE3
Tints of Water Leaf #A3FCE3
RGB
CMYK
RGB Variations
Color information
#A3FCE3 (or 0xA3FCE3) is known color: Water Leaf. HEX triplet: A3, FC and E3. RGB value is (163,252,227). Sum of RGB (Red+Green+Blue) = 163+252+227=642 (85% of max value = 765). Red value is 163 (64.06% from 255 or 25.39% from 642); Green value is 252 (98.83% from 255 or 39.25% from 642); Blue value is 227 (89.06% from 255 or 35.36% from 642); Max value from RGB is 252 - color contains mainly: green. Hex color #A3FCE3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A3FCE3 is #5C031C. Grayscale: #DEDEDE. Windows color (decimal): -6030109 or 14941347. OLE color: 14941347.
HSL color Cylindrical-coordinate representation of color #A3FCE3: hue angle of 163.15º 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 #A3FCE3 is Cyan = 0.35, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 163 | 252 | 227 | - |
| CMYK | 0.35 | 0 | 0.10 | 0.01 |
| HSL | 163.15º | 0.94% | 0.81% | - |
| HSV(B) | 163.15º | 0.35% | 0.99% | - |
| XYZ | 63.78 | 82.95 | 85.32 | - |
| YUV | 222.54 | 130.51 | 85.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 252 | 227 | 0.35 | 0 | 0.10 | 0.01 | 163.15 | 0.94 | 0.81 |
| Hex | A3 | FC | E3 | 23 | 0 | A | 1 | A3 | 5E | 51 |
| Octal | 243 | 374 | 343 | 43 | 0 | 12 | 1 | 243 | 136 | 121 |
| Binary | 10100011 | 11111100 | 11100011 | 100011 | 0 | 1010 | 1 | 10100011 | 1011110 | 1010001 |
Color Harmonies of #A3FCE3
Complementary color
Monochromatic Colors of #A3FCE3
Black with #A3FCE3
Text Example
Text Example
White with #A3FCE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3FCE3; }
p { color: rgb(163,252,227); }
H1.HeaderClassName
{
color: #A3FCE3;
}
.AnyTagClassName
{
color: #A3FCE3;
}
</style>
background-color css
<style>
a { background-color: #A3FCE3; }
a { background-color: rgb(163,252,227); }
div.DivClassName
{
background-color: #A3FCE3;
}
.BgClassName
{
background-color: #A3FCE3;
}
</style>
border-color css
<style>
span { border-color: #A3FCE3; }
span { border-color: rgb(163,252,227); }
td.TdClassName
{
border-color: #A3FCE3;
}
.TagClassName
{
border-color: #A3FCE3;
}
</style>