Shades of Water Leaf #A0FAE5
Tints of Water Leaf #A0FAE5
RGB
CMYK
RGB Variations
Color information
#A0FAE5 (or 0xA0FAE5) is known color: Water Leaf. HEX triplet: A0, FA and E5. RGB value is (160,250,229). Sum of RGB (Red+Green+Blue) = 160+250+229=639 (84% of max value = 765). Red value is 160 (62.89% from 255 or 25.04% from 639); Green value is 250 (98.05% from 255 or 39.12% from 639); Blue value is 229 (89.84% from 255 or 35.84% from 639); Max value from RGB is 250 - color contains mainly: green. Hex color #A0FAE5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A0FAE5 is #5F051A. Grayscale: #DCDCDC. Windows color (decimal): -6227227 or 15071904. OLE color: 15071904.
HSL color Cylindrical-coordinate representation of color #A0FAE5: hue angle of 166º degrees, saturation: 0.9, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A0FAE5 is Cyan = 0.36, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 160 | 250 | 229 | - |
| CMYK | 0.36 | 0 | 0.08 | 0.02 |
| HSL | 166º | 0.9% | 0.8% | - |
| HSV(B) | 166º | 0.36% | 0.98% | - |
| XYZ | 62.83 | 81.5 | 86.55 | - |
| YUV | 220.7 | 132.68 | 84.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 250 | 229 | 0.36 | 0 | 0.08 | 0.02 | 166 | 0.9 | 0.8 |
| Hex | A0 | FA | E5 | 24 | 0 | 8 | 2 | A6 | 5A | 50 |
| Octal | 240 | 372 | 345 | 44 | 0 | 10 | 2 | 246 | 132 | 120 |
| Binary | 10100000 | 11111010 | 11100101 | 100100 | 0 | 1000 | 10 | 10100110 | 1011010 | 1010000 |
Color Harmonies of #A0FAE5
Complementary color
Monochromatic Colors of #A0FAE5
Black with #A0FAE5
Text Example
Text Example
White with #A0FAE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0FAE5; }
p { color: rgb(160,250,229); }
H1.HeaderClassName
{
color: #A0FAE5;
}
.AnyTagClassName
{
color: #A0FAE5;
}
</style>
background-color css
<style>
a { background-color: #A0FAE5; }
a { background-color: rgb(160,250,229); }
div.DivClassName
{
background-color: #A0FAE5;
}
.BgClassName
{
background-color: #A0FAE5;
}
</style>
border-color css
<style>
span { border-color: #A0FAE5; }
span { border-color: rgb(160,250,229); }
td.TdClassName
{
border-color: #A0FAE5;
}
.TagClassName
{
border-color: #A0FAE5;
}
</style>