Shades of Water Leaf #ABFFE3
Tints of Water Leaf #ABFFE3
RGB
CMYK
RGB Variations
Color information
#ABFFE3 (or 0xABFFE3) is known color: Water Leaf. HEX triplet: AB, FF and E3. RGB value is (171,255,227). Sum of RGB (Red+Green+Blue) = 171+255+227=653 (86% of max value = 765). Red value is 171 (67.19% from 255 or 26.19% from 653); Green value is 255 (100% from 255 or 39.05% from 653); Blue value is 227 (89.06% from 255 or 34.76% from 653); Max value from RGB is 255 - color contains mainly: green. Hex color #ABFFE3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ABFFE3 is #54001C. Grayscale: #E2E2E2. Windows color (decimal): -5505053 or 14942123. OLE color: 14942123.
HSL color Cylindrical-coordinate representation of color #ABFFE3: hue angle of 160º 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 #ABFFE3 is Cyan = 0.33, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.
Color convert
| RGB | 171 | 255 | 227 | - |
| CMYK | 0.33 | 0 | 0.11 | 0 |
| HSL | 160º | 1% | 0.84% | - |
| HSV(B) | 160º | 0.33% | 1% | - |
| XYZ | 66.42 | 85.72 | 85.72 | - |
| YUV | 226.69 | 128.17 | 88.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 255 | 227 | 0.33 | 0 | 0.11 | 0 | 160 | 1 | 0.84 |
| Hex | AB | FF | E3 | 21 | 0 | B | 0 | A0 | 64 | 54 |
| Octal | 253 | 377 | 343 | 41 | 0 | 13 | 0 | 240 | 144 | 124 |
| Binary | 10101011 | 11111111 | 11100011 | 100001 | 0 | 1011 | 0 | 10100000 | 1100100 | 1010100 |
Color Harmonies of #ABFFE3
Complementary color
Monochromatic Colors of #ABFFE3
Black with #ABFFE3
Text Example
Text Example
White with #ABFFE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABFFE3; }
p { color: rgb(171,255,227); }
H1.HeaderClassName
{
color: #ABFFE3;
}
.AnyTagClassName
{
color: #ABFFE3;
}
</style>
background-color css
<style>
a { background-color: #ABFFE3; }
a { background-color: rgb(171,255,227); }
div.DivClassName
{
background-color: #ABFFE3;
}
.BgClassName
{
background-color: #ABFFE3;
}
</style>
border-color css
<style>
span { border-color: #ABFFE3; }
span { border-color: rgb(171,255,227); }
td.TdClassName
{
border-color: #ABFFE3;
}
.TagClassName
{
border-color: #ABFFE3;
}
</style>