Shades of Water Leaf #ABFEE8
Tints of Water Leaf #ABFEE8
RGB
CMYK
RGB Variations
Color information
#ABFEE8 (or 0xABFEE8) is known color: Water Leaf. HEX triplet: AB, FE and E8. RGB value is (171,254,232). Sum of RGB (Red+Green+Blue) = 171+254+232=657 (87% of max value = 765). Red value is 171 (67.19% from 255 or 26.03% from 657); Green value is 254 (99.61% from 255 or 38.66% from 657); Blue value is 232 (91.02% from 255 or 35.31% from 657); Max value from RGB is 254 - color contains mainly: green. Hex color #ABFEE8 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ABFEE8 is #540117. Grayscale: #E2E2E2. Windows color (decimal): -5505304 or 15269547. OLE color: 15269547.
HSL color Cylindrical-coordinate representation of color #ABFEE8: hue angle of 164.1º 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 #ABFEE8 is Cyan = 0.33, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 171 | 254 | 232 | - |
| CMYK | 0.33 | 0 | 0.09 | 0.00 |
| HSL | 164.1º | 0.98% | 0.83% | - |
| HSV(B) | 164.1º | 0.33% | 1% | - |
| XYZ | 66.8 | 85.37 | 89.3 | - |
| YUV | 226.68 | 131 | 88.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 254 | 232 | 0.33 | 0 | 0.09 | 0.00 | 164.1 | 0.98 | 0.83 |
| Hex | AB | FE | E8 | 21 | 0 | 9 | 0 | A4 | 62 | 53 |
| Octal | 253 | 376 | 350 | 41 | 0 | 11 | 0 | 244 | 142 | 123 |
| Binary | 10101011 | 11111110 | 11101000 | 100001 | 0 | 1001 | 0 | 10100100 | 1100010 | 1010011 |
Color Harmonies of #ABFEE8
Complementary color
Monochromatic Colors of #ABFEE8
Black with #ABFEE8
Text Example
Text Example
White with #ABFEE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABFEE8; }
p { color: rgb(171,254,232); }
H1.HeaderClassName
{
color: #ABFEE8;
}
.AnyTagClassName
{
color: #ABFEE8;
}
</style>
background-color css
<style>
a { background-color: #ABFEE8; }
a { background-color: rgb(171,254,232); }
div.DivClassName
{
background-color: #ABFEE8;
}
.BgClassName
{
background-color: #ABFEE8;
}
</style>
border-color css
<style>
span { border-color: #ABFEE8; }
span { border-color: rgb(171,254,232); }
td.TdClassName
{
border-color: #ABFEE8;
}
.TagClassName
{
border-color: #ABFEE8;
}
</style>