Shades of Water Leaf #ABFEE4
Tints of Water Leaf #ABFEE4
RGB
CMYK
RGB Variations
Color information
#ABFEE4 (or 0xABFEE4) is known color: Water Leaf. HEX triplet: AB, FE and E4. RGB value is (171,254,228). Sum of RGB (Red+Green+Blue) = 171+254+228=653 (86% of max value = 765). Red value is 171 (67.19% from 255 or 26.19% from 653); Green value is 254 (99.61% from 255 or 38.90% from 653); Blue value is 228 (89.45% from 255 or 34.92% from 653); Max value from RGB is 254 - color contains mainly: green. Hex color #ABFEE4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ABFEE4 is #54011B. Grayscale: #E2E2E2. Windows color (decimal): -5505308 or 15007403. OLE color: 15007403.
HSL color Cylindrical-coordinate representation of color #ABFEE4: hue angle of 161.2º 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 #ABFEE4 is Cyan = 0.33, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 171 | 254 | 228 | - |
| CMYK | 0.33 | 0 | 0.10 | 0.00 |
| HSL | 161.2º | 0.98% | 0.83% | - |
| HSV(B) | 161.2º | 0.33% | 1% | - |
| XYZ | 66.24 | 85.14 | 86.34 | - |
| YUV | 226.22 | 129 | 88.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 254 | 228 | 0.33 | 0 | 0.10 | 0.00 | 161.2 | 0.98 | 0.83 |
| Hex | AB | FE | E4 | 21 | 0 | A | 0 | A1 | 62 | 53 |
| Octal | 253 | 376 | 344 | 41 | 0 | 12 | 0 | 241 | 142 | 123 |
| Binary | 10101011 | 11111110 | 11100100 | 100001 | 0 | 1010 | 0 | 10100001 | 1100010 | 1010011 |
Color Harmonies of #ABFEE4
Complementary color
Monochromatic Colors of #ABFEE4
Black with #ABFEE4
Text Example
Text Example
White with #ABFEE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABFEE4; }
p { color: rgb(171,254,228); }
H1.HeaderClassName
{
color: #ABFEE4;
}
.AnyTagClassName
{
color: #ABFEE4;
}
</style>
background-color css
<style>
a { background-color: #ABFEE4; }
a { background-color: rgb(171,254,228); }
div.DivClassName
{
background-color: #ABFEE4;
}
.BgClassName
{
background-color: #ABFEE4;
}
</style>
border-color css
<style>
span { border-color: #ABFEE4; }
span { border-color: rgb(171,254,228); }
td.TdClassName
{
border-color: #ABFEE4;
}
.TagClassName
{
border-color: #ABFEE4;
}
</style>