Shades of Water Leaf #ABF0DD
Tints of Water Leaf #ABF0DD
RGB
CMYK
RGB Variations
Color information
#ABF0DD (or 0xABF0DD) is known color: Water Leaf. HEX triplet: AB, F0 and DD. RGB value is (171,240,221). Sum of RGB (Red+Green+Blue) = 171+240+221=632 (83% of max value = 765). Red value is 171 (67.19% from 255 or 27.06% from 632); Green value is 240 (94.14% from 255 or 37.97% from 632); Blue value is 221 (86.72% from 255 or 34.97% from 632); Max value from RGB is 240 - color contains mainly: green. Hex color #ABF0DD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ABF0DD is #540F22. Grayscale: #D9D9D9. Windows color (decimal): -5508899 or 14545067. OLE color: 14545067.
HSL color Cylindrical-coordinate representation of color #ABF0DD: hue angle of 163.48º 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 #ABF0DD is Cyan = 0.29, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 171 | 240 | 221 | - |
| CMYK | 0.29 | 0 | 0.08 | 0.06 |
| HSL | 163.48º | 0.7% | 0.81% | - |
| HSV(B) | 163.48º | 0.29% | 0.94% | - |
| XYZ | 61.01 | 76.2 | 79.9 | - |
| YUV | 217.2 | 130.14 | 95.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 240 | 221 | 0.29 | 0 | 0.08 | 0.06 | 163.48 | 0.7 | 0.81 |
| Hex | AB | F0 | DD | 1D | 0 | 8 | 6 | A3 | 46 | 51 |
| Octal | 253 | 360 | 335 | 35 | 0 | 10 | 6 | 243 | 106 | 121 |
| Binary | 10101011 | 11110000 | 11011101 | 11101 | 0 | 1000 | 110 | 10100011 | 1000110 | 1010001 |
Color Harmonies of #ABF0DD
Complementary color
Monochromatic Colors of #ABF0DD
Black with #ABF0DD
Text Example
Text Example
White with #ABF0DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABF0DD; }
p { color: rgb(171,240,221); }
H1.HeaderClassName
{
color: #ABF0DD;
}
.AnyTagClassName
{
color: #ABF0DD;
}
</style>
background-color css
<style>
a { background-color: #ABF0DD; }
a { background-color: rgb(171,240,221); }
div.DivClassName
{
background-color: #ABF0DD;
}
.BgClassName
{
background-color: #ABF0DD;
}
</style>
border-color css
<style>
span { border-color: #ABF0DD; }
span { border-color: rgb(171,240,221); }
td.TdClassName
{
border-color: #ABF0DD;
}
.TagClassName
{
border-color: #ABF0DD;
}
</style>