Shades of Water Leaf #ABFEE2
Tints of Water Leaf #ABFEE2
RGB
CMYK
RGB Variations
Color information
#ABFEE2 (or 0xABFEE2) is known color: Water Leaf. HEX triplet: AB, FE and E2. RGB value is (171,254,226). Sum of RGB (Red+Green+Blue) = 171+254+226=651 (86% of max value = 765). Red value is 171 (67.19% from 255 or 26.27% from 651); Green value is 254 (99.61% from 255 or 39.02% from 651); Blue value is 226 (88.67% from 255 or 34.72% from 651); Max value from RGB is 254 - color contains mainly: green. Hex color #ABFEE2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ABFEE2 is #54011D. Grayscale: #E2E2E2. Windows color (decimal): -5505310 or 14876331. OLE color: 14876331.
HSL color Cylindrical-coordinate representation of color #ABFEE2: hue angle of 159.76º 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 #ABFEE2 is Cyan = 0.33, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 171 | 254 | 226 | - |
| CMYK | 0.33 | 0 | 0.11 | 0.00 |
| HSL | 159.76º | 0.98% | 0.83% | - |
| HSV(B) | 159.76º | 0.33% | 1% | - |
| XYZ | 65.96 | 85.03 | 84.89 | - |
| YUV | 225.99 | 128 | 88.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 254 | 226 | 0.33 | 0 | 0.11 | 0.00 | 159.76 | 0.98 | 0.83 |
| Hex | AB | FE | E2 | 21 | 0 | B | 0 | A0 | 62 | 53 |
| Octal | 253 | 376 | 342 | 41 | 0 | 13 | 0 | 240 | 142 | 123 |
| Binary | 10101011 | 11111110 | 11100010 | 100001 | 0 | 1011 | 0 | 10100000 | 1100010 | 1010011 |
Color Harmonies of #ABFEE2
Complementary color
Monochromatic Colors of #ABFEE2
Black with #ABFEE2
Text Example
Text Example
White with #ABFEE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABFEE2; }
p { color: rgb(171,254,226); }
H1.HeaderClassName
{
color: #ABFEE2;
}
.AnyTagClassName
{
color: #ABFEE2;
}
</style>
background-color css
<style>
a { background-color: #ABFEE2; }
a { background-color: rgb(171,254,226); }
div.DivClassName
{
background-color: #ABFEE2;
}
.BgClassName
{
background-color: #ABFEE2;
}
</style>
border-color css
<style>
span { border-color: #ABFEE2; }
span { border-color: rgb(171,254,226); }
td.TdClassName
{
border-color: #ABFEE2;
}
.TagClassName
{
border-color: #ABFEE2;
}
</style>