Shades of Water Leaf #ABFFE7
Tints of Water Leaf #ABFFE7
RGB
CMYK
RGB Variations
Color information
#ABFFE7 (or 0xABFFE7) is known color: Water Leaf. HEX triplet: AB, FF and E7. RGB value is (171,255,231). Sum of RGB (Red+Green+Blue) = 171+255+231=657 (87% of max value = 765). Red value is 171 (67.19% from 255 or 26.03% from 657); Green value is 255 (100% from 255 or 38.81% from 657); Blue value is 231 (90.62% from 255 or 35.16% from 657); Max value from RGB is 255 - color contains mainly: green. Hex color #ABFFE7 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ABFFE7 is #540018. Grayscale: #E3E3E3. Windows color (decimal): -5505049 or 15204267. OLE color: 15204267.
HSL color Cylindrical-coordinate representation of color #ABFFE7: hue angle of 162.86º 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 #ABFFE7 is Cyan = 0.33, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.
Color convert
| RGB | 171 | 255 | 231 | - |
| CMYK | 0.33 | 0 | 0.09 | 0 |
| HSL | 162.86º | 1% | 0.84% | - |
| HSV(B) | 162.86º | 0.33% | 1% | - |
| XYZ | 66.98 | 85.95 | 88.66 | - |
| YUV | 227.15 | 130.17 | 87.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 255 | 231 | 0.33 | 0 | 0.09 | 0 | 162.86 | 1 | 0.84 |
| Hex | AB | FF | E7 | 21 | 0 | 9 | 0 | A3 | 64 | 54 |
| Octal | 253 | 377 | 347 | 41 | 0 | 11 | 0 | 243 | 144 | 124 |
| Binary | 10101011 | 11111111 | 11100111 | 100001 | 0 | 1001 | 0 | 10100011 | 1100100 | 1010100 |
Color Harmonies of #ABFFE7
Complementary color
Monochromatic Colors of #ABFFE7
Black with #ABFFE7
Text Example
Text Example
White with #ABFFE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABFFE7; }
p { color: rgb(171,255,231); }
H1.HeaderClassName
{
color: #ABFFE7;
}
.AnyTagClassName
{
color: #ABFFE7;
}
</style>
background-color css
<style>
a { background-color: #ABFFE7; }
a { background-color: rgb(171,255,231); }
div.DivClassName
{
background-color: #ABFFE7;
}
.BgClassName
{
background-color: #ABFFE7;
}
</style>
border-color css
<style>
span { border-color: #ABFFE7; }
span { border-color: rgb(171,255,231); }
td.TdClassName
{
border-color: #ABFFE7;
}
.TagClassName
{
border-color: #ABFFE7;
}
</style>