Shades of Water Leaf #ABFFE8
Tints of Water Leaf #ABFFE8
RGB
CMYK
RGB Variations
Color information
#ABFFE8 (or 0xABFFE8) is known color: Water Leaf. HEX triplet: AB, FF and E8. RGB value is (171,255,232). Sum of RGB (Red+Green+Blue) = 171+255+232=658 (87% of max value = 765). Red value is 171 (67.19% from 255 or 25.99% from 658); Green value is 255 (100% from 255 or 38.75% from 658); Blue value is 232 (91.02% from 255 or 35.26% from 658); Max value from RGB is 255 - color contains mainly: green. Hex color #ABFFE8 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ABFFE8 is #540017. Grayscale: #E3E3E3. Windows color (decimal): -5505048 or 15269803. OLE color: 15269803.
HSL color Cylindrical-coordinate representation of color #ABFFE8: hue angle of 163.57º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #ABFFE8 is Cyan = 0.33, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.
Color convert
| RGB | 171 | 255 | 232 | - |
| CMYK | 0.33 | 0 | 0.09 | 0 |
| HSL | 163.57º | 1% | 0.84% | - |
| HSV(B) | 163.57º | 0.33% | 1% | - |
| XYZ | 67.12 | 86 | 89.41 | - |
| YUV | 227.26 | 130.67 | 87.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 255 | 232 | 0.33 | 0 | 0.09 | 0 | 163.57 | 1 | 0.84 |
| Hex | AB | FF | E8 | 21 | 0 | 9 | 0 | A4 | 64 | 54 |
| Octal | 253 | 377 | 350 | 41 | 0 | 11 | 0 | 244 | 144 | 124 |
| Binary | 10101011 | 11111111 | 11101000 | 100001 | 0 | 1001 | 0 | 10100100 | 1100100 | 1010100 |
Color Harmonies of #ABFFE8
Complementary color
Monochromatic Colors of #ABFFE8
Black with #ABFFE8
Text Example
Text Example
White with #ABFFE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABFFE8; }
p { color: rgb(171,255,232); }
H1.HeaderClassName
{
color: #ABFFE8;
}
.AnyTagClassName
{
color: #ABFFE8;
}
</style>
background-color css
<style>
a { background-color: #ABFFE8; }
a { background-color: rgb(171,255,232); }
div.DivClassName
{
background-color: #ABFFE8;
}
.BgClassName
{
background-color: #ABFFE8;
}
</style>
border-color css
<style>
span { border-color: #ABFFE8; }
span { border-color: rgb(171,255,232); }
td.TdClassName
{
border-color: #ABFFE8;
}
.TagClassName
{
border-color: #ABFFE8;
}
</style>