Shades of Water Leaf #A1FDE7
Tints of Water Leaf #A1FDE7
RGB
CMYK
RGB Variations
Color information
#A1FDE7 (or 0xA1FDE7) is known color: Water Leaf. HEX triplet: A1, FD and E7. RGB value is (161,253,231). Sum of RGB (Red+Green+Blue) = 161+253+231=645 (85% of max value = 765). Red value is 161 (63.28% from 255 or 24.96% from 645); Green value is 253 (99.22% from 255 or 39.22% from 645); Blue value is 231 (90.62% from 255 or 35.81% from 645); Max value from RGB is 253 - color contains mainly: green. Hex color #A1FDE7 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A1FDE7 is #5E0218. Grayscale: #DEDEDE. Windows color (decimal): -6160921 or 15203745. OLE color: 15203745.
HSL color Cylindrical-coordinate representation of color #A1FDE7: hue angle of 165.65º degrees, saturation: 0.96, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A1FDE7 is Cyan = 0.36, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 161 | 253 | 231 | - |
| CMYK | 0.36 | 0 | 0.09 | 0.01 |
| HSL | 165.65º | 0.96% | 0.81% | - |
| HSV(B) | 165.65º | 0.36% | 0.99% | - |
| XYZ | 64.25 | 83.6 | 88.35 | - |
| YUV | 222.98 | 132.52 | 83.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 253 | 231 | 0.36 | 0 | 0.09 | 0.01 | 165.65 | 0.96 | 0.81 |
| Hex | A1 | FD | E7 | 24 | 0 | 9 | 1 | A6 | 60 | 51 |
| Octal | 241 | 375 | 347 | 44 | 0 | 11 | 1 | 246 | 140 | 121 |
| Binary | 10100001 | 11111101 | 11100111 | 100100 | 0 | 1001 | 1 | 10100110 | 1100000 | 1010001 |
Color Harmonies of #A1FDE7
Complementary color
Monochromatic Colors of #A1FDE7
Black with #A1FDE7
Text Example
Text Example
White with #A1FDE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1FDE7; }
p { color: rgb(161,253,231); }
H1.HeaderClassName
{
color: #A1FDE7;
}
.AnyTagClassName
{
color: #A1FDE7;
}
</style>
background-color css
<style>
a { background-color: #A1FDE7; }
a { background-color: rgb(161,253,231); }
div.DivClassName
{
background-color: #A1FDE7;
}
.BgClassName
{
background-color: #A1FDE7;
}
</style>
border-color css
<style>
span { border-color: #A1FDE7; }
span { border-color: rgb(161,253,231); }
td.TdClassName
{
border-color: #A1FDE7;
}
.TagClassName
{
border-color: #A1FDE7;
}
</style>