Shades of Water Leaf #A0FCE7
Tints of Water Leaf #A0FCE7
RGB
CMYK
RGB Variations
Color information
#A0FCE7 (or 0xA0FCE7) is known color: Water Leaf. HEX triplet: A0, FC and E7. RGB value is (160,252,231). Sum of RGB (Red+Green+Blue) = 160+252+231=643 (85% of max value = 765). Red value is 160 (62.89% from 255 or 24.88% from 643); Green value is 252 (98.83% from 255 or 39.19% from 643); Blue value is 231 (90.62% from 255 or 35.93% from 643); Max value from RGB is 252 - color contains mainly: green. Hex color #A0FCE7 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A0FCE7 is #5F0318. Grayscale: #DEDEDE. Windows color (decimal): -6226713 or 15203488. OLE color: 15203488.
HSL color Cylindrical-coordinate representation of color #A0FCE7: hue angle of 166.3º 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 #A0FCE7 is Cyan = 0.37, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 160 | 252 | 231 | - |
| CMYK | 0.37 | 0 | 0.08 | 0.01 |
| HSL | 166.3º | 0.94% | 0.81% | - |
| HSV(B) | 166.3º | 0.37% | 0.99% | - |
| XYZ | 63.73 | 82.86 | 88.24 | - |
| YUV | 222.1 | 133.02 | 83.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 252 | 231 | 0.37 | 0 | 0.08 | 0.01 | 166.3 | 0.94 | 0.81 |
| Hex | A0 | FC | E7 | 25 | 0 | 8 | 1 | A6 | 5E | 51 |
| Octal | 240 | 374 | 347 | 45 | 0 | 10 | 1 | 246 | 136 | 121 |
| Binary | 10100000 | 11111100 | 11100111 | 100101 | 0 | 1000 | 1 | 10100110 | 1011110 | 1010001 |
Color Harmonies of #A0FCE7
Complementary color
Monochromatic Colors of #A0FCE7
Black with #A0FCE7
Text Example
Text Example
White with #A0FCE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0FCE7; }
p { color: rgb(160,252,231); }
H1.HeaderClassName
{
color: #A0FCE7;
}
.AnyTagClassName
{
color: #A0FCE7;
}
</style>
background-color css
<style>
a { background-color: #A0FCE7; }
a { background-color: rgb(160,252,231); }
div.DivClassName
{
background-color: #A0FCE7;
}
.BgClassName
{
background-color: #A0FCE7;
}
</style>
border-color css
<style>
span { border-color: #A0FCE7; }
span { border-color: rgb(160,252,231); }
td.TdClassName
{
border-color: #A0FCE7;
}
.TagClassName
{
border-color: #A0FCE7;
}
</style>