Shades of Water Leaf #ABFDE2
Tints of Water Leaf #ABFDE2
RGB
CMYK
RGB Variations
Color information
#ABFDE2 (or 0xABFDE2) is known color: Water Leaf. HEX triplet: AB, FD and E2. RGB value is (171,253,226). Sum of RGB (Red+Green+Blue) = 171+253+226=650 (86% of max value = 765). Red value is 171 (67.19% from 255 or 26.31% from 650); Green value is 253 (99.22% from 255 or 38.92% from 650); Blue value is 226 (88.67% from 255 or 34.77% from 650); Max value from RGB is 253 - color contains mainly: green. Hex color #ABFDE2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ABFDE2 is #54021D. Grayscale: #E1E1E1. Windows color (decimal): -5505566 or 14876075. OLE color: 14876075.
HSL color Cylindrical-coordinate representation of color #ABFDE2: hue angle of 160.24º degrees, saturation: 0.95, 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 #ABFDE2 is Cyan = 0.32, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 171 | 253 | 226 | - |
| CMYK | 0.32 | 0 | 0.11 | 0.01 |
| HSL | 160.24º | 0.95% | 0.83% | - |
| HSV(B) | 160.24º | 0.32% | 0.99% | - |
| XYZ | 65.65 | 84.4 | 84.78 | - |
| YUV | 225.4 | 128.33 | 89.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 253 | 226 | 0.32 | 0 | 0.11 | 0.01 | 160.24 | 0.95 | 0.83 |
| Hex | AB | FD | E2 | 20 | 0 | B | 1 | A0 | 5F | 53 |
| Octal | 253 | 375 | 342 | 40 | 0 | 13 | 1 | 240 | 137 | 123 |
| Binary | 10101011 | 11111101 | 11100010 | 100000 | 0 | 1011 | 1 | 10100000 | 1011111 | 1010011 |
Color Harmonies of #ABFDE2
Complementary color
Monochromatic Colors of #ABFDE2
Black with #ABFDE2
Text Example
Text Example
White with #ABFDE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABFDE2; }
p { color: rgb(171,253,226); }
H1.HeaderClassName
{
color: #ABFDE2;
}
.AnyTagClassName
{
color: #ABFDE2;
}
</style>
background-color css
<style>
a { background-color: #ABFDE2; }
a { background-color: rgb(171,253,226); }
div.DivClassName
{
background-color: #ABFDE2;
}
.BgClassName
{
background-color: #ABFDE2;
}
</style>
border-color css
<style>
span { border-color: #ABFDE2; }
span { border-color: rgb(171,253,226); }
td.TdClassName
{
border-color: #ABFDE2;
}
.TagClassName
{
border-color: #ABFDE2;
}
</style>