Shades of Water Leaf #ABF0DB
Tints of Water Leaf #ABF0DB
RGB
CMYK
RGB Variations
Color information
#ABF0DB (or 0xABF0DB) is known color: Water Leaf. HEX triplet: AB, F0 and DB. RGB value is (171,240,219). Sum of RGB (Red+Green+Blue) = 171+240+219=630 (83% of max value = 765). Red value is 171 (67.19% from 255 or 27.14% from 630); Green value is 240 (94.14% from 255 or 38.10% from 630); Blue value is 219 (85.94% from 255 or 34.76% from 630); Max value from RGB is 240 - color contains mainly: green. Hex color #ABF0DB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ABF0DB is #540F24. Grayscale: #D8D8D8. Windows color (decimal): -5508901 or 14413995. OLE color: 14413995.
HSL color Cylindrical-coordinate representation of color #ABF0DB: hue angle of 161.74º degrees, saturation: 0.7, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ABF0DB is Cyan = 0.29, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 171 | 240 | 219 | - |
| CMYK | 0.29 | 0 | 0.09 | 0.06 |
| HSL | 161.74º | 0.7% | 0.81% | - |
| HSV(B) | 161.74º | 0.29% | 0.94% | - |
| XYZ | 60.74 | 76.09 | 78.5 | - |
| YUV | 216.98 | 129.14 | 95.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 240 | 219 | 0.29 | 0 | 0.09 | 0.06 | 161.74 | 0.7 | 0.81 |
| Hex | AB | F0 | DB | 1D | 0 | 9 | 6 | A2 | 46 | 51 |
| Octal | 253 | 360 | 333 | 35 | 0 | 11 | 6 | 242 | 106 | 121 |
| Binary | 10101011 | 11110000 | 11011011 | 11101 | 0 | 1001 | 110 | 10100010 | 1000110 | 1010001 |
Color Harmonies of #ABF0DB
Complementary color
Monochromatic Colors of #ABF0DB
Black with #ABF0DB
Text Example
Text Example
White with #ABF0DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABF0DB; }
p { color: rgb(171,240,219); }
H1.HeaderClassName
{
color: #ABF0DB;
}
.AnyTagClassName
{
color: #ABF0DB;
}
</style>
background-color css
<style>
a { background-color: #ABF0DB; }
a { background-color: rgb(171,240,219); }
div.DivClassName
{
background-color: #ABF0DB;
}
.BgClassName
{
background-color: #ABF0DB;
}
</style>
border-color css
<style>
span { border-color: #ABF0DB; }
span { border-color: rgb(171,240,219); }
td.TdClassName
{
border-color: #ABF0DB;
}
.TagClassName
{
border-color: #ABF0DB;
}
</style>