Shades of Water Leaf #ABFEE1
Tints of Water Leaf #ABFEE1
RGB
CMYK
RGB Variations
Color information
#ABFEE1 (or 0xABFEE1) is known color: Water Leaf. HEX triplet: AB, FE and E1. RGB value is (171,254,225). Sum of RGB (Red+Green+Blue) = 171+254+225=650 (86% of max value = 765). Red value is 171 (67.19% from 255 or 26.31% from 650); Green value is 254 (99.61% from 255 or 39.08% from 650); Blue value is 225 (88.28% from 255 or 34.62% from 650); Max value from RGB is 254 - color contains mainly: green. Hex color #ABFEE1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ABFEE1 is #54011E. Grayscale: #E1E1E1. Windows color (decimal): -5505311 or 14810795. OLE color: 14810795.
HSL color Cylindrical-coordinate representation of color #ABFEE1: hue angle of 159.04º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #ABFEE1 is Cyan = 0.33, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 171 | 254 | 225 | - |
| CMYK | 0.33 | 0 | 0.11 | 0.00 |
| HSL | 159.04º | 0.98% | 0.83% | - |
| HSV(B) | 159.04º | 0.33% | 1% | - |
| XYZ | 65.83 | 84.98 | 84.17 | - |
| YUV | 225.88 | 127.5 | 88.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 254 | 225 | 0.33 | 0 | 0.11 | 0.00 | 159.04 | 0.98 | 0.83 |
| Hex | AB | FE | E1 | 21 | 0 | B | 0 | 9F | 62 | 53 |
| Octal | 253 | 376 | 341 | 41 | 0 | 13 | 0 | 237 | 142 | 123 |
| Binary | 10101011 | 11111110 | 11100001 | 100001 | 0 | 1011 | 0 | 10011111 | 1100010 | 1010011 |
Color Harmonies of #ABFEE1
Complementary color
Monochromatic Colors of #ABFEE1
Black with #ABFEE1
Text Example
Text Example
White with #ABFEE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABFEE1; }
p { color: rgb(171,254,225); }
H1.HeaderClassName
{
color: #ABFEE1;
}
.AnyTagClassName
{
color: #ABFEE1;
}
</style>
background-color css
<style>
a { background-color: #ABFEE1; }
a { background-color: rgb(171,254,225); }
div.DivClassName
{
background-color: #ABFEE1;
}
.BgClassName
{
background-color: #ABFEE1;
}
</style>
border-color css
<style>
span { border-color: #ABFEE1; }
span { border-color: rgb(171,254,225); }
td.TdClassName
{
border-color: #ABFEE1;
}
.TagClassName
{
border-color: #ABFEE1;
}
</style>