Shades of Water Leaf #A0FCE5
Tints of Water Leaf #A0FCE5
RGB
CMYK
RGB Variations
Color information
#A0FCE5 (or 0xA0FCE5) is known color: Water Leaf. HEX triplet: A0, FC and E5. RGB value is (160,252,229). Sum of RGB (Red+Green+Blue) = 160+252+229=641 (84% of max value = 765). Red value is 160 (62.89% from 255 or 24.96% from 641); Green value is 252 (98.83% from 255 or 39.31% from 641); Blue value is 229 (89.84% from 255 or 35.73% from 641); Max value from RGB is 252 - color contains mainly: green. Hex color #A0FCE5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A0FCE5 is #5F031A. Grayscale: #DDDDDD. Windows color (decimal): -6226715 or 15072416. OLE color: 15072416.
HSL color Cylindrical-coordinate representation of color #A0FCE5: hue angle of 165º degrees, saturation: 0.94, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A0FCE5 is Cyan = 0.37, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 160 | 252 | 229 | - |
| CMYK | 0.37 | 0 | 0.09 | 0.01 |
| HSL | 165º | 0.94% | 0.81% | - |
| HSV(B) | 165º | 0.37% | 0.99% | - |
| XYZ | 63.45 | 82.75 | 86.76 | - |
| YUV | 221.87 | 132.02 | 83.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 252 | 229 | 0.37 | 0 | 0.09 | 0.01 | 165 | 0.94 | 0.81 |
| Hex | A0 | FC | E5 | 25 | 0 | 9 | 1 | A5 | 5E | 51 |
| Octal | 240 | 374 | 345 | 45 | 0 | 11 | 1 | 245 | 136 | 121 |
| Binary | 10100000 | 11111100 | 11100101 | 100101 | 0 | 1001 | 1 | 10100101 | 1011110 | 1010001 |
Color Harmonies of #A0FCE5
Complementary color
Monochromatic Colors of #A0FCE5
Black with #A0FCE5
Text Example
Text Example
White with #A0FCE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0FCE5; }
p { color: rgb(160,252,229); }
H1.HeaderClassName
{
color: #A0FCE5;
}
.AnyTagClassName
{
color: #A0FCE5;
}
</style>
background-color css
<style>
a { background-color: #A0FCE5; }
a { background-color: rgb(160,252,229); }
div.DivClassName
{
background-color: #A0FCE5;
}
.BgClassName
{
background-color: #A0FCE5;
}
</style>
border-color css
<style>
span { border-color: #A0FCE5; }
span { border-color: rgb(160,252,229); }
td.TdClassName
{
border-color: #A0FCE5;
}
.TagClassName
{
border-color: #A0FCE5;
}
</style>