Shades of Water Leaf #ABFBE1
Tints of Water Leaf #ABFBE1
RGB
CMYK
RGB Variations
Color information
#ABFBE1 (or 0xABFBE1) is known color: Water Leaf. HEX triplet: AB, FB and E1. RGB value is (171,251,225). Sum of RGB (Red+Green+Blue) = 171+251+225=647 (85% of max value = 765). Red value is 171 (67.19% from 255 or 26.43% from 647); Green value is 251 (98.44% from 255 or 38.79% from 647); Blue value is 225 (88.28% from 255 or 34.78% from 647); Max value from RGB is 251 - color contains mainly: green. Hex color #ABFBE1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ABFBE1 is #54041E. Grayscale: #E0E0E0. Windows color (decimal): -5506079 or 14810027. OLE color: 14810027.
HSL color Cylindrical-coordinate representation of color #ABFBE1: hue angle of 160.5º 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 #ABFBE1 is Cyan = 0.32, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 171 | 251 | 225 | - |
| CMYK | 0.32 | 0 | 0.10 | 0.02 |
| HSL | 160.5º | 0.91% | 0.83% | - |
| HSV(B) | 160.5º | 0.32% | 0.98% | - |
| XYZ | 64.88 | 83.09 | 83.85 | - |
| YUV | 224.12 | 128.5 | 90.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 251 | 225 | 0.32 | 0 | 0.10 | 0.02 | 160.5 | 0.91 | 0.83 |
| Hex | AB | FB | E1 | 20 | 0 | A | 2 | A0 | 5B | 53 |
| Octal | 253 | 373 | 341 | 40 | 0 | 12 | 2 | 240 | 133 | 123 |
| Binary | 10101011 | 11111011 | 11100001 | 100000 | 0 | 1010 | 10 | 10100000 | 1011011 | 1010011 |
Color Harmonies of #ABFBE1
Complementary color
Monochromatic Colors of #ABFBE1
Black with #ABFBE1
Text Example
Text Example
White with #ABFBE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABFBE1; }
p { color: rgb(171,251,225); }
H1.HeaderClassName
{
color: #ABFBE1;
}
.AnyTagClassName
{
color: #ABFBE1;
}
</style>
background-color css
<style>
a { background-color: #ABFBE1; }
a { background-color: rgb(171,251,225); }
div.DivClassName
{
background-color: #ABFBE1;
}
.BgClassName
{
background-color: #ABFBE1;
}
</style>
border-color css
<style>
span { border-color: #ABFBE1; }
span { border-color: rgb(171,251,225); }
td.TdClassName
{
border-color: #ABFBE1;
}
.TagClassName
{
border-color: #ABFBE1;
}
</style>