Shades of Water Leaf #ABFEE6
Tints of Water Leaf #ABFEE6
RGB
CMYK
RGB Variations
Color information
#ABFEE6 (or 0xABFEE6) is known color: Water Leaf. HEX triplet: AB, FE and E6. RGB value is (171,254,230). Sum of RGB (Red+Green+Blue) = 171+254+230=655 (86% of max value = 765). Red value is 171 (67.19% from 255 or 26.11% from 655); Green value is 254 (99.61% from 255 or 38.78% from 655); Blue value is 230 (90.23% from 255 or 35.11% from 655); Max value from RGB is 254 - color contains mainly: green. Hex color #ABFEE6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ABFEE6 is #540119. Grayscale: #E2E2E2. Windows color (decimal): -5505306 or 15138475. OLE color: 15138475.
HSL color Cylindrical-coordinate representation of color #ABFEE6: hue angle of 162.65º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #ABFEE6 is Cyan = 0.33, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 171 | 254 | 230 | - |
| CMYK | 0.33 | 0 | 0.09 | 0.00 |
| HSL | 162.65º | 0.98% | 0.83% | - |
| HSV(B) | 162.65º | 0.33% | 1% | - |
| XYZ | 66.52 | 85.25 | 87.81 | - |
| YUV | 226.45 | 130 | 88.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 254 | 230 | 0.33 | 0 | 0.09 | 0.00 | 162.65 | 0.98 | 0.83 |
| Hex | AB | FE | E6 | 21 | 0 | 9 | 0 | A3 | 62 | 53 |
| Octal | 253 | 376 | 346 | 41 | 0 | 11 | 0 | 243 | 142 | 123 |
| Binary | 10101011 | 11111110 | 11100110 | 100001 | 0 | 1001 | 0 | 10100011 | 1100010 | 1010011 |
Color Harmonies of #ABFEE6
Complementary color
Monochromatic Colors of #ABFEE6
Black with #ABFEE6
Text Example
Text Example
White with #ABFEE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABFEE6; }
p { color: rgb(171,254,230); }
H1.HeaderClassName
{
color: #ABFEE6;
}
.AnyTagClassName
{
color: #ABFEE6;
}
</style>
background-color css
<style>
a { background-color: #ABFEE6; }
a { background-color: rgb(171,254,230); }
div.DivClassName
{
background-color: #ABFEE6;
}
.BgClassName
{
background-color: #ABFEE6;
}
</style>
border-color css
<style>
span { border-color: #ABFEE6; }
span { border-color: rgb(171,254,230); }
td.TdClassName
{
border-color: #ABFEE6;
}
.TagClassName
{
border-color: #ABFEE6;
}
</style>