Shades of Water Leaf #A1FFE8
Tints of Water Leaf #A1FFE8
RGB
CMYK
RGB Variations
Color information
#A1FFE8 (or 0xA1FFE8) is known color: Water Leaf. HEX triplet: A1, FF and E8. RGB value is (161,255,232). Sum of RGB (Red+Green+Blue) = 161+255+232=648 (85% of max value = 765). Red value is 161 (63.28% from 255 or 24.85% from 648); Green value is 255 (100% from 255 or 39.35% from 648); Blue value is 232 (91.02% from 255 or 35.80% from 648); Max value from RGB is 255 - color contains mainly: green. Hex color #A1FFE8 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A1FFE8 is #5E0017. Grayscale: #E0E0E0. Windows color (decimal): -6160408 or 15269793. OLE color: 15269793.
HSL color Cylindrical-coordinate representation of color #A1FFE8: hue angle of 165.32º 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 #A1FFE8 is Cyan = 0.37, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.
Color convert
| RGB | 161 | 255 | 232 | - |
| CMYK | 0.37 | 0 | 0.09 | 0 |
| HSL | 165.32º | 1% | 0.82% | - |
| HSV(B) | 165.32º | 0.37% | 1% | - |
| XYZ | 65.02 | 84.92 | 89.31 | - |
| YUV | 224.27 | 132.36 | 82.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 255 | 232 | 0.37 | 0 | 0.09 | 0 | 165.32 | 1 | 0.82 |
| Hex | A1 | FF | E8 | 25 | 0 | 9 | 0 | A5 | 64 | 52 |
| Octal | 241 | 377 | 350 | 45 | 0 | 11 | 0 | 245 | 144 | 122 |
| Binary | 10100001 | 11111111 | 11101000 | 100101 | 0 | 1001 | 0 | 10100101 | 1100100 | 1010010 |
Color Harmonies of #A1FFE8
Complementary color
Monochromatic Colors of #A1FFE8
Black with #A1FFE8
Text Example
Text Example
White with #A1FFE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1FFE8; }
p { color: rgb(161,255,232); }
H1.HeaderClassName
{
color: #A1FFE8;
}
.AnyTagClassName
{
color: #A1FFE8;
}
</style>
background-color css
<style>
a { background-color: #A1FFE8; }
a { background-color: rgb(161,255,232); }
div.DivClassName
{
background-color: #A1FFE8;
}
.BgClassName
{
background-color: #A1FFE8;
}
</style>
border-color css
<style>
span { border-color: #A1FFE8; }
span { border-color: rgb(161,255,232); }
td.TdClassName
{
border-color: #A1FFE8;
}
.TagClassName
{
border-color: #A1FFE8;
}
</style>