Shades of Water Leaf #ABF2DB
Tints of Water Leaf #ABF2DB
RGB
CMYK
RGB Variations
Color information
#ABF2DB (or 0xABF2DB) is known color: Water Leaf. HEX triplet: AB, F2 and DB. RGB value is (171,242,219). Sum of RGB (Red+Green+Blue) = 171+242+219=632 (83% of max value = 765). Red value is 171 (67.19% from 255 or 27.06% from 632); Green value is 242 (94.92% from 255 or 38.29% from 632); Blue value is 219 (85.94% from 255 or 34.65% from 632); Max value from RGB is 242 - color contains mainly: green. Hex color #ABF2DB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ABF2DB is #540D24. Grayscale: #DADADA. Windows color (decimal): -5508389 or 14414507. OLE color: 14414507.
HSL color Cylindrical-coordinate representation of color #ABF2DB: hue angle of 160.56º 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 #ABF2DB is Cyan = 0.29, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 171 | 242 | 219 | - |
| CMYK | 0.29 | 0 | 0.10 | 0.05 |
| HSL | 160.56º | 0.73% | 0.81% | - |
| HSV(B) | 160.56º | 0.29% | 0.95% | - |
| XYZ | 61.33 | 77.28 | 78.7 | - |
| YUV | 218.15 | 128.48 | 94.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 242 | 219 | 0.29 | 0 | 0.10 | 0.05 | 160.56 | 0.73 | 0.81 |
| Hex | AB | F2 | DB | 1D | 0 | A | 5 | A1 | 49 | 51 |
| Octal | 253 | 362 | 333 | 35 | 0 | 12 | 5 | 241 | 111 | 121 |
| Binary | 10101011 | 11110010 | 11011011 | 11101 | 0 | 1010 | 101 | 10100001 | 1001001 | 1010001 |
Color Harmonies of #ABF2DB
Complementary color
Monochromatic Colors of #ABF2DB
Black with #ABF2DB
Text Example
Text Example
White with #ABF2DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABF2DB; }
p { color: rgb(171,242,219); }
H1.HeaderClassName
{
color: #ABF2DB;
}
.AnyTagClassName
{
color: #ABF2DB;
}
</style>
background-color css
<style>
a { background-color: #ABF2DB; }
a { background-color: rgb(171,242,219); }
div.DivClassName
{
background-color: #ABF2DB;
}
.BgClassName
{
background-color: #ABF2DB;
}
</style>
border-color css
<style>
span { border-color: #ABF2DB; }
span { border-color: rgb(171,242,219); }
td.TdClassName
{
border-color: #ABF2DB;
}
.TagClassName
{
border-color: #ABF2DB;
}
</style>