Shades of Water Leaf #ABFFE4
Tints of Water Leaf #ABFFE4
RGB
CMYK
RGB Variations
Color information
#ABFFE4 (or 0xABFFE4) is known color: Water Leaf. HEX triplet: AB, FF and E4. RGB value is (171,255,228). Sum of RGB (Red+Green+Blue) = 171+255+228=654 (86% of max value = 765). Red value is 171 (67.19% from 255 or 26.15% from 654); Green value is 255 (100% from 255 or 38.99% from 654); Blue value is 228 (89.45% from 255 or 34.86% from 654); Max value from RGB is 255 - color contains mainly: green. Hex color #ABFFE4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ABFFE4 is #54001B. Grayscale: #E2E2E2. Windows color (decimal): -5505052 or 15007659. OLE color: 15007659.
HSL color Cylindrical-coordinate representation of color #ABFFE4: hue angle of 160.71º 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 #ABFFE4 is Cyan = 0.33, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.
Color convert
| RGB | 171 | 255 | 228 | - |
| CMYK | 0.33 | 0 | 0.11 | 0 |
| HSL | 160.71º | 1% | 0.84% | - |
| HSV(B) | 160.71º | 0.33% | 1% | - |
| XYZ | 66.56 | 85.78 | 86.45 | - |
| YUV | 226.81 | 128.67 | 88.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 255 | 228 | 0.33 | 0 | 0.11 | 0 | 160.71 | 1 | 0.84 |
| Hex | AB | FF | E4 | 21 | 0 | B | 0 | A1 | 64 | 54 |
| Octal | 253 | 377 | 344 | 41 | 0 | 13 | 0 | 241 | 144 | 124 |
| Binary | 10101011 | 11111111 | 11100100 | 100001 | 0 | 1011 | 0 | 10100001 | 1100100 | 1010100 |
Color Harmonies of #ABFFE4
Complementary color
Monochromatic Colors of #ABFFE4
Black with #ABFFE4
Text Example
Text Example
White with #ABFFE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABFFE4; }
p { color: rgb(171,255,228); }
H1.HeaderClassName
{
color: #ABFFE4;
}
.AnyTagClassName
{
color: #ABFFE4;
}
</style>
background-color css
<style>
a { background-color: #ABFFE4; }
a { background-color: rgb(171,255,228); }
div.DivClassName
{
background-color: #ABFFE4;
}
.BgClassName
{
background-color: #ABFFE4;
}
</style>
border-color css
<style>
span { border-color: #ABFFE4; }
span { border-color: rgb(171,255,228); }
td.TdClassName
{
border-color: #ABFFE4;
}
.TagClassName
{
border-color: #ABFFE4;
}
</style>