Shades of Water Leaf #ABFCE1
Tints of Water Leaf #ABFCE1
RGB
CMYK
RGB Variations
Color information
#ABFCE1 (or 0xABFCE1) is known color: Water Leaf. HEX triplet: AB, FC and E1. RGB value is (171,252,225). Sum of RGB (Red+Green+Blue) = 171+252+225=648 (85% of max value = 765). Red value is 171 (67.19% from 255 or 26.39% from 648); Green value is 252 (98.83% from 255 or 38.89% from 648); Blue value is 225 (88.28% from 255 or 34.72% from 648); Max value from RGB is 252 - color contains mainly: green. Hex color #ABFCE1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ABFCE1 is #54031E. Grayscale: #E0E0E0. Windows color (decimal): -5505823 or 14810283. OLE color: 14810283.
HSL color Cylindrical-coordinate representation of color #ABFCE1: hue angle of 160º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ABFCE1 is Cyan = 0.32, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 171 | 252 | 225 | - |
| CMYK | 0.32 | 0 | 0.11 | 0.01 |
| HSL | 160º | 0.93% | 0.83% | - |
| HSV(B) | 160º | 0.32% | 0.99% | - |
| XYZ | 65.2 | 83.71 | 83.96 | - |
| YUV | 224.7 | 128.16 | 89.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 252 | 225 | 0.32 | 0 | 0.11 | 0.01 | 160 | 0.93 | 0.83 |
| Hex | AB | FC | E1 | 20 | 0 | B | 1 | A0 | 5D | 53 |
| Octal | 253 | 374 | 341 | 40 | 0 | 13 | 1 | 240 | 135 | 123 |
| Binary | 10101011 | 11111100 | 11100001 | 100000 | 0 | 1011 | 1 | 10100000 | 1011101 | 1010011 |
Color Harmonies of #ABFCE1
Complementary color
Monochromatic Colors of #ABFCE1
Black with #ABFCE1
Text Example
Text Example
White with #ABFCE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABFCE1; }
p { color: rgb(171,252,225); }
H1.HeaderClassName
{
color: #ABFCE1;
}
.AnyTagClassName
{
color: #ABFCE1;
}
</style>
background-color css
<style>
a { background-color: #ABFCE1; }
a { background-color: rgb(171,252,225); }
div.DivClassName
{
background-color: #ABFCE1;
}
.BgClassName
{
background-color: #ABFCE1;
}
</style>
border-color css
<style>
span { border-color: #ABFCE1; }
span { border-color: rgb(171,252,225); }
td.TdClassName
{
border-color: #ABFCE1;
}
.TagClassName
{
border-color: #ABFCE1;
}
</style>