Shades of Water Leaf #ABFBE0
Tints of Water Leaf #ABFBE0
RGB
CMYK
RGB Variations
Color information
#ABFBE0 (or 0xABFBE0) is known color: Water Leaf. HEX triplet: AB, FB and E0. RGB value is (171,251,224). Sum of RGB (Red+Green+Blue) = 171+251+224=646 (85% of max value = 765). Red value is 171 (67.19% from 255 or 26.47% from 646); Green value is 251 (98.44% from 255 or 38.85% from 646); Blue value is 224 (87.89% from 255 or 34.67% from 646); Max value from RGB is 251 - color contains mainly: green. Hex color #ABFBE0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ABFBE0 is #54041F. Grayscale: #E0E0E0. Windows color (decimal): -5506080 or 14744491. OLE color: 14744491.
HSL color Cylindrical-coordinate representation of color #ABFBE0: hue angle of 159.75º 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 #ABFBE0 is Cyan = 0.32, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 171 | 251 | 224 | - |
| CMYK | 0.32 | 0 | 0.11 | 0.02 |
| HSL | 159.75º | 0.91% | 0.83% | - |
| HSV(B) | 159.75º | 0.32% | 0.98% | - |
| XYZ | 64.75 | 83.03 | 83.14 | - |
| YUV | 224 | 128 | 90.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 251 | 224 | 0.32 | 0 | 0.11 | 0.02 | 159.75 | 0.91 | 0.83 |
| Hex | AB | FB | E0 | 20 | 0 | B | 2 | A0 | 5B | 53 |
| Octal | 253 | 373 | 340 | 40 | 0 | 13 | 2 | 240 | 133 | 123 |
| Binary | 10101011 | 11111011 | 11100000 | 100000 | 0 | 1011 | 10 | 10100000 | 1011011 | 1010011 |
Color Harmonies of #ABFBE0
Complementary color
Monochromatic Colors of #ABFBE0
Black with #ABFBE0
Text Example
Text Example
White with #ABFBE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABFBE0; }
p { color: rgb(171,251,224); }
H1.HeaderClassName
{
color: #ABFBE0;
}
.AnyTagClassName
{
color: #ABFBE0;
}
</style>
background-color css
<style>
a { background-color: #ABFBE0; }
a { background-color: rgb(171,251,224); }
div.DivClassName
{
background-color: #ABFBE0;
}
.BgClassName
{
background-color: #ABFBE0;
}
</style>
border-color css
<style>
span { border-color: #ABFBE0; }
span { border-color: rgb(171,251,224); }
td.TdClassName
{
border-color: #ABFBE0;
}
.TagClassName
{
border-color: #ABFBE0;
}
</style>