Shades of Water Leaf #ABFCE9
Tints of Water Leaf #ABFCE9
RGB
CMYK
RGB Variations
Color information
#ABFCE9 (or 0xABFCE9) is known color: Water Leaf. HEX triplet: AB, FC and E9. RGB value is (171,252,233). Sum of RGB (Red+Green+Blue) = 171+252+233=656 (86% of max value = 765). Red value is 171 (67.19% from 255 or 26.07% from 656); Green value is 252 (98.83% from 255 or 38.41% from 656); Blue value is 233 (91.41% from 255 or 35.52% from 656); Max value from RGB is 252 - color contains mainly: green. Hex color #ABFCE9 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ABFCE9 is #540316. Grayscale: #E1E1E1. Windows color (decimal): -5505815 or 15334571. OLE color: 15334571.
HSL color Cylindrical-coordinate representation of color #ABFCE9: hue angle of 165.93º 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 #ABFCE9 is Cyan = 0.32, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 171 | 252 | 233 | - |
| CMYK | 0.32 | 0 | 0.08 | 0.01 |
| HSL | 165.93º | 0.93% | 0.83% | - |
| HSV(B) | 165.93º | 0.32% | 0.99% | - |
| XYZ | 66.31 | 84.16 | 89.84 | - |
| YUV | 225.62 | 132.16 | 89.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 252 | 233 | 0.32 | 0 | 0.08 | 0.01 | 165.93 | 0.93 | 0.83 |
| Hex | AB | FC | E9 | 20 | 0 | 8 | 1 | A6 | 5D | 53 |
| Octal | 253 | 374 | 351 | 40 | 0 | 10 | 1 | 246 | 135 | 123 |
| Binary | 10101011 | 11111100 | 11101001 | 100000 | 0 | 1000 | 1 | 10100110 | 1011101 | 1010011 |
Color Harmonies of #ABFCE9
Complementary color
Monochromatic Colors of #ABFCE9
Black with #ABFCE9
Text Example
Text Example
White with #ABFCE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABFCE9; }
p { color: rgb(171,252,233); }
H1.HeaderClassName
{
color: #ABFCE9;
}
.AnyTagClassName
{
color: #ABFCE9;
}
</style>
background-color css
<style>
a { background-color: #ABFCE9; }
a { background-color: rgb(171,252,233); }
div.DivClassName
{
background-color: #ABFCE9;
}
.BgClassName
{
background-color: #ABFCE9;
}
</style>
border-color css
<style>
span { border-color: #ABFCE9; }
span { border-color: rgb(171,252,233); }
td.TdClassName
{
border-color: #ABFCE9;
}
.TagClassName
{
border-color: #ABFCE9;
}
</style>