Shades of Water Leaf #ABFBEA
Tints of Water Leaf #ABFBEA
RGB
CMYK
RGB Variations
Color information
#ABFBEA (or 0xABFBEA) is known color: Water Leaf. HEX triplet: AB, FB and EA. RGB value is (171,251,234). Sum of RGB (Red+Green+Blue) = 171+251+234=656 (86% of max value = 765). Red value is 171 (67.19% from 255 or 26.07% from 656); Green value is 251 (98.44% from 255 or 38.26% from 656); Blue value is 234 (91.80% from 255 or 35.67% from 656); Max value from RGB is 251 - color contains mainly: green. Hex color #ABFBEA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ABFBEA is #540415. Grayscale: #E1E1E1. Windows color (decimal): -5506070 or 15399851. OLE color: 15399851.
HSL color Cylindrical-coordinate representation of color #ABFBEA: hue angle of 167.25º degrees, saturation: 0.91, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ABFBEA is Cyan = 0.32, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 171 | 251 | 234 | - |
| CMYK | 0.32 | 0 | 0.07 | 0.02 |
| HSL | 167.25º | 0.91% | 0.83% | - |
| HSV(B) | 167.25º | 0.32% | 0.98% | - |
| XYZ | 66.14 | 83.59 | 90.49 | - |
| YUV | 225.14 | 133 | 89.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 251 | 234 | 0.32 | 0 | 0.07 | 0.02 | 167.25 | 0.91 | 0.83 |
| Hex | AB | FB | EA | 20 | 0 | 7 | 2 | A7 | 5B | 53 |
| Octal | 253 | 373 | 352 | 40 | 0 | 7 | 2 | 247 | 133 | 123 |
| Binary | 10101011 | 11111011 | 11101010 | 100000 | 0 | 111 | 10 | 10100111 | 1011011 | 1010011 |
Color Harmonies of #ABFBEA
Complementary color
Monochromatic Colors of #ABFBEA
Black with #ABFBEA
Text Example
Text Example
White with #ABFBEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABFBEA; }
p { color: rgb(171,251,234); }
H1.HeaderClassName
{
color: #ABFBEA;
}
.AnyTagClassName
{
color: #ABFBEA;
}
</style>
background-color css
<style>
a { background-color: #ABFBEA; }
a { background-color: rgb(171,251,234); }
div.DivClassName
{
background-color: #ABFBEA;
}
.BgClassName
{
background-color: #ABFBEA;
}
</style>
border-color css
<style>
span { border-color: #ABFBEA; }
span { border-color: rgb(171,251,234); }
td.TdClassName
{
border-color: #ABFBEA;
}
.TagClassName
{
border-color: #ABFBEA;
}
</style>