Shades of Water Leaf #ABF0DE
Tints of Water Leaf #ABF0DE
RGB
CMYK
RGB Variations
Color information
#ABF0DE (or 0xABF0DE) is known color: Water Leaf. HEX triplet: AB, F0 and DE. RGB value is (171,240,222). Sum of RGB (Red+Green+Blue) = 171+240+222=633 (83% of max value = 765). Red value is 171 (67.19% from 255 or 27.01% from 633); Green value is 240 (94.14% from 255 or 37.91% from 633); Blue value is 222 (87.11% from 255 or 35.07% from 633); Max value from RGB is 240 - color contains mainly: green. Hex color #ABF0DE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ABF0DE is #540F21. Grayscale: #D9D9D9. Windows color (decimal): -5508898 or 14610603. OLE color: 14610603.
HSL color Cylindrical-coordinate representation of color #ABF0DE: hue angle of 164.35º 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 #ABF0DE is Cyan = 0.29, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 171 | 240 | 222 | - |
| CMYK | 0.29 | 0 | 0.08 | 0.06 |
| HSL | 164.35º | 0.7% | 0.81% | - |
| HSV(B) | 164.35º | 0.29% | 0.94% | - |
| XYZ | 61.14 | 76.25 | 80.6 | - |
| YUV | 217.32 | 130.64 | 94.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 240 | 222 | 0.29 | 0 | 0.08 | 0.06 | 164.35 | 0.7 | 0.81 |
| Hex | AB | F0 | DE | 1D | 0 | 8 | 6 | A4 | 46 | 51 |
| Octal | 253 | 360 | 336 | 35 | 0 | 10 | 6 | 244 | 106 | 121 |
| Binary | 10101011 | 11110000 | 11011110 | 11101 | 0 | 1000 | 110 | 10100100 | 1000110 | 1010001 |
Color Harmonies of #ABF0DE
Complementary color
Monochromatic Colors of #ABF0DE
Black with #ABF0DE
Text Example
Text Example
White with #ABF0DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABF0DE; }
p { color: rgb(171,240,222); }
H1.HeaderClassName
{
color: #ABF0DE;
}
.AnyTagClassName
{
color: #ABF0DE;
}
</style>
background-color css
<style>
a { background-color: #ABF0DE; }
a { background-color: rgb(171,240,222); }
div.DivClassName
{
background-color: #ABF0DE;
}
.BgClassName
{
background-color: #ABF0DE;
}
</style>
border-color css
<style>
span { border-color: #ABF0DE; }
span { border-color: rgb(171,240,222); }
td.TdClassName
{
border-color: #ABF0DE;
}
.TagClassName
{
border-color: #ABF0DE;
}
</style>