Shades of Water Leaf #ABF2E0
Tints of Water Leaf #ABF2E0
RGB
CMYK
RGB Variations
Color information
#ABF2E0 (or 0xABF2E0) is known color: Water Leaf. HEX triplet: AB, F2 and E0. RGB value is (171,242,224). Sum of RGB (Red+Green+Blue) = 171+242+224=637 (84% of max value = 765). Red value is 171 (67.19% from 255 or 26.84% from 637); Green value is 242 (94.92% from 255 or 37.99% from 637); Blue value is 224 (87.89% from 255 or 35.16% from 637); Max value from RGB is 242 - color contains mainly: green. Hex color #ABF2E0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ABF2E0 is #540D1F. Grayscale: #DADADA. Windows color (decimal): -5508384 or 14742187. OLE color: 14742187.
HSL color Cylindrical-coordinate representation of color #ABF2E0: hue angle of 164.79º degrees, saturation: 0.73, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ABF2E0 is Cyan = 0.29, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 171 | 242 | 224 | - |
| CMYK | 0.29 | 0 | 0.07 | 0.05 |
| HSL | 164.79º | 0.73% | 0.81% | - |
| HSV(B) | 164.79º | 0.29% | 0.95% | - |
| XYZ | 62 | 77.54 | 82.22 | - |
| YUV | 218.72 | 130.98 | 93.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 242 | 224 | 0.29 | 0 | 0.07 | 0.05 | 164.79 | 0.73 | 0.81 |
| Hex | AB | F2 | E0 | 1D | 0 | 7 | 5 | A5 | 49 | 51 |
| Octal | 253 | 362 | 340 | 35 | 0 | 7 | 5 | 245 | 111 | 121 |
| Binary | 10101011 | 11110010 | 11100000 | 11101 | 0 | 111 | 101 | 10100101 | 1001001 | 1010001 |
Color Harmonies of #ABF2E0
Complementary color
Monochromatic Colors of #ABF2E0
Black with #ABF2E0
Text Example
Text Example
White with #ABF2E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABF2E0; }
p { color: rgb(171,242,224); }
H1.HeaderClassName
{
color: #ABF2E0;
}
.AnyTagClassName
{
color: #ABF2E0;
}
</style>
background-color css
<style>
a { background-color: #ABF2E0; }
a { background-color: rgb(171,242,224); }
div.DivClassName
{
background-color: #ABF2E0;
}
.BgClassName
{
background-color: #ABF2E0;
}
</style>
border-color css
<style>
span { border-color: #ABF2E0; }
span { border-color: rgb(171,242,224); }
td.TdClassName
{
border-color: #ABF2E0;
}
.TagClassName
{
border-color: #ABF2E0;
}
</style>