Shades of Water Leaf #A1FFE7
Tints of Water Leaf #A1FFE7
RGB
CMYK
RGB Variations
Color information
#A1FFE7 (or 0xA1FFE7) is known color: Water Leaf. HEX triplet: A1, FF and E7. RGB value is (161,255,231). Sum of RGB (Red+Green+Blue) = 161+255+231=647 (85% of max value = 765). Red value is 161 (63.28% from 255 or 24.88% from 647); Green value is 255 (100% from 255 or 39.41% from 647); Blue value is 231 (90.62% from 255 or 35.70% from 647); Max value from RGB is 255 - color contains mainly: green. Hex color #A1FFE7 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A1FFE7 is #5E0018. Grayscale: #E0E0E0. Windows color (decimal): -6160409 or 15204257. OLE color: 15204257.
HSL color Cylindrical-coordinate representation of color #A1FFE7: hue angle of 164.68º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A1FFE7 is Cyan = 0.37, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.
Color convert
| RGB | 161 | 255 | 231 | - |
| CMYK | 0.37 | 0 | 0.09 | 0 |
| HSL | 164.68º | 1% | 0.82% | - |
| HSV(B) | 164.68º | 0.37% | 1% | - |
| XYZ | 64.88 | 84.87 | 88.56 | - |
| YUV | 224.16 | 131.86 | 82.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 255 | 231 | 0.37 | 0 | 0.09 | 0 | 164.68 | 1 | 0.82 |
| Hex | A1 | FF | E7 | 25 | 0 | 9 | 0 | A5 | 64 | 52 |
| Octal | 241 | 377 | 347 | 45 | 0 | 11 | 0 | 245 | 144 | 122 |
| Binary | 10100001 | 11111111 | 11100111 | 100101 | 0 | 1001 | 0 | 10100101 | 1100100 | 1010010 |
Color Harmonies of #A1FFE7
Complementary color
Monochromatic Colors of #A1FFE7
Black with #A1FFE7
Text Example
Text Example
White with #A1FFE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1FFE7; }
p { color: rgb(161,255,231); }
H1.HeaderClassName
{
color: #A1FFE7;
}
.AnyTagClassName
{
color: #A1FFE7;
}
</style>
background-color css
<style>
a { background-color: #A1FFE7; }
a { background-color: rgb(161,255,231); }
div.DivClassName
{
background-color: #A1FFE7;
}
.BgClassName
{
background-color: #A1FFE7;
}
</style>
border-color css
<style>
span { border-color: #A1FFE7; }
span { border-color: rgb(161,255,231); }
td.TdClassName
{
border-color: #A1FFE7;
}
.TagClassName
{
border-color: #A1FFE7;
}
</style>