Shades of Water Leaf #A1FBE4
Tints of Water Leaf #A1FBE4
RGB
CMYK
RGB Variations
Color information
#A1FBE4 (or 0xA1FBE4) is known color: Water Leaf. HEX triplet: A1, FB and E4. RGB value is (161,251,228). Sum of RGB (Red+Green+Blue) = 161+251+228=640 (84% of max value = 765). Red value is 161 (63.28% from 255 or 25.16% from 640); Green value is 251 (98.44% from 255 or 39.22% from 640); Blue value is 228 (89.45% from 255 or 35.62% from 640); Max value from RGB is 251 - color contains mainly: green. Hex color #A1FBE4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A1FBE4 is #5E041B. Grayscale: #DDDDDD. Windows color (decimal): -6161436 or 15006625. OLE color: 15006625.
HSL color Cylindrical-coordinate representation of color #A1FBE4: hue angle of 164.67º degrees, saturation: 0.92, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A1FBE4 is Cyan = 0.36, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 161 | 251 | 228 | - |
| CMYK | 0.36 | 0 | 0.09 | 0.02 |
| HSL | 164.67º | 0.92% | 0.81% | - |
| HSV(B) | 164.67º | 0.36% | 0.98% | - |
| XYZ | 63.2 | 82.17 | 85.93 | - |
| YUV | 221.47 | 131.68 | 84.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 251 | 228 | 0.36 | 0 | 0.09 | 0.02 | 164.67 | 0.92 | 0.81 |
| Hex | A1 | FB | E4 | 24 | 0 | 9 | 2 | A5 | 5C | 51 |
| Octal | 241 | 373 | 344 | 44 | 0 | 11 | 2 | 245 | 134 | 121 |
| Binary | 10100001 | 11111011 | 11100100 | 100100 | 0 | 1001 | 10 | 10100101 | 1011100 | 1010001 |
Color Harmonies of #A1FBE4
Complementary color
Monochromatic Colors of #A1FBE4
Black with #A1FBE4
Text Example
Text Example
White with #A1FBE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1FBE4; }
p { color: rgb(161,251,228); }
H1.HeaderClassName
{
color: #A1FBE4;
}
.AnyTagClassName
{
color: #A1FBE4;
}
</style>
background-color css
<style>
a { background-color: #A1FBE4; }
a { background-color: rgb(161,251,228); }
div.DivClassName
{
background-color: #A1FBE4;
}
.BgClassName
{
background-color: #A1FBE4;
}
</style>
border-color css
<style>
span { border-color: #A1FBE4; }
span { border-color: rgb(161,251,228); }
td.TdClassName
{
border-color: #A1FBE4;
}
.TagClassName
{
border-color: #A1FBE4;
}
</style>