Shades of Water Leaf #ABF2E2
Tints of Water Leaf #ABF2E2
RGB
CMYK
RGB Variations
Color information
#ABF2E2 (or 0xABF2E2) is known color: Water Leaf. HEX triplet: AB, F2 and E2. RGB value is (171,242,226). Sum of RGB (Red+Green+Blue) = 171+242+226=639 (84% of max value = 765). Red value is 171 (67.19% from 255 or 26.76% from 639); Green value is 242 (94.92% from 255 or 37.87% from 639); Blue value is 226 (88.67% from 255 or 35.37% from 639); Max value from RGB is 242 - color contains mainly: green. Hex color #ABF2E2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ABF2E2 is #540D1D. Grayscale: #DADADA. Windows color (decimal): -5508382 or 14873259. OLE color: 14873259.
HSL color Cylindrical-coordinate representation of color #ABF2E2: hue angle of 166.48º 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 #ABF2E2 is Cyan = 0.29, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 171 | 242 | 226 | - |
| CMYK | 0.29 | 0 | 0.07 | 0.05 |
| HSL | 166.48º | 0.73% | 0.81% | - |
| HSV(B) | 166.48º | 0.29% | 0.95% | - |
| XYZ | 62.27 | 77.65 | 83.66 | - |
| YUV | 218.95 | 131.98 | 93.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 242 | 226 | 0.29 | 0 | 0.07 | 0.05 | 166.48 | 0.73 | 0.81 |
| Hex | AB | F2 | E2 | 1D | 0 | 7 | 5 | A6 | 49 | 51 |
| Octal | 253 | 362 | 342 | 35 | 0 | 7 | 5 | 246 | 111 | 121 |
| Binary | 10101011 | 11110010 | 11100010 | 11101 | 0 | 111 | 101 | 10100110 | 1001001 | 1010001 |
Color Harmonies of #ABF2E2
Complementary color
Monochromatic Colors of #ABF2E2
Black with #ABF2E2
Text Example
Text Example
White with #ABF2E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABF2E2; }
p { color: rgb(171,242,226); }
H1.HeaderClassName
{
color: #ABF2E2;
}
.AnyTagClassName
{
color: #ABF2E2;
}
</style>
background-color css
<style>
a { background-color: #ABF2E2; }
a { background-color: rgb(171,242,226); }
div.DivClassName
{
background-color: #ABF2E2;
}
.BgClassName
{
background-color: #ABF2E2;
}
</style>
border-color css
<style>
span { border-color: #ABF2E2; }
span { border-color: rgb(171,242,226); }
td.TdClassName
{
border-color: #ABF2E2;
}
.TagClassName
{
border-color: #ABF2E2;
}
</style>