Shades of Water Leaf #ABFEE3
Tints of Water Leaf #ABFEE3
RGB
CMYK
RGB Variations
Color information
#ABFEE3 (or 0xABFEE3) is known color: Water Leaf. HEX triplet: AB, FE and E3. RGB value is (171,254,227). Sum of RGB (Red+Green+Blue) = 171+254+227=652 (86% of max value = 765). Red value is 171 (67.19% from 255 or 26.23% from 652); Green value is 254 (99.61% from 255 or 38.96% from 652); Blue value is 227 (89.06% from 255 or 34.82% from 652); Max value from RGB is 254 - color contains mainly: green. Hex color #ABFEE3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ABFEE3 is #54011C. Grayscale: #E2E2E2. Windows color (decimal): -5505309 or 14941867. OLE color: 14941867.
HSL color Cylindrical-coordinate representation of color #ABFEE3: hue angle of 160.48º 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 #ABFEE3 is Cyan = 0.33, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 171 | 254 | 227 | - |
| CMYK | 0.33 | 0 | 0.11 | 0.00 |
| HSL | 160.48º | 0.98% | 0.83% | - |
| HSV(B) | 160.48º | 0.33% | 1% | - |
| XYZ | 66.1 | 85.09 | 85.61 | - |
| YUV | 226.11 | 128.5 | 88.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 254 | 227 | 0.33 | 0 | 0.11 | 0.00 | 160.48 | 0.98 | 0.83 |
| Hex | AB | FE | E3 | 21 | 0 | B | 0 | A0 | 62 | 53 |
| Octal | 253 | 376 | 343 | 41 | 0 | 13 | 0 | 240 | 142 | 123 |
| Binary | 10101011 | 11111110 | 11100011 | 100001 | 0 | 1011 | 0 | 10100000 | 1100010 | 1010011 |
Color Harmonies of #ABFEE3
Complementary color
Monochromatic Colors of #ABFEE3
Black with #ABFEE3
Text Example
Text Example
White with #ABFEE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABFEE3; }
p { color: rgb(171,254,227); }
H1.HeaderClassName
{
color: #ABFEE3;
}
.AnyTagClassName
{
color: #ABFEE3;
}
</style>
background-color css
<style>
a { background-color: #ABFEE3; }
a { background-color: rgb(171,254,227); }
div.DivClassName
{
background-color: #ABFEE3;
}
.BgClassName
{
background-color: #ABFEE3;
}
</style>
border-color css
<style>
span { border-color: #ABFEE3; }
span { border-color: rgb(171,254,227); }
td.TdClassName
{
border-color: #ABFEE3;
}
.TagClassName
{
border-color: #ABFEE3;
}
</style>