Shades of Water Leaf #ABEFDA
Tints of Water Leaf #ABEFDA
RGB
CMYK
RGB Variations
Color information
#ABEFDA (or 0xABEFDA) is known color: Water Leaf. HEX triplet: AB, EF and DA. RGB value is (171,239,218). Sum of RGB (Red+Green+Blue) = 171+239+218=628 (83% of max value = 765). Red value is 171 (67.19% from 255 or 27.23% from 628); Green value is 239 (93.75% from 255 or 38.06% from 628); Blue value is 218 (85.55% from 255 or 34.71% from 628); Max value from RGB is 239 - color contains mainly: green. Hex color #ABEFDA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ABEFDA is #541025. Grayscale: #D8D8D8. Windows color (decimal): -5509158 or 14348203. OLE color: 14348203.
HSL color Cylindrical-coordinate representation of color #ABEFDA: hue angle of 161.47º degrees, saturation: 0.68, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ABEFDA is Cyan = 0.28, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 171 | 239 | 218 | - |
| CMYK | 0.28 | 0 | 0.09 | 0.06 |
| HSL | 161.47º | 0.68% | 0.8% | - |
| HSV(B) | 161.47º | 0.28% | 0.94% | - |
| XYZ | 60.32 | 75.45 | 77.71 | - |
| YUV | 216.27 | 128.97 | 95.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 239 | 218 | 0.28 | 0 | 0.09 | 0.06 | 161.47 | 0.68 | 0.8 |
| Hex | AB | EF | DA | 1C | 0 | 9 | 6 | A1 | 44 | 50 |
| Octal | 253 | 357 | 332 | 34 | 0 | 11 | 6 | 241 | 104 | 120 |
| Binary | 10101011 | 11101111 | 11011010 | 11100 | 0 | 1001 | 110 | 10100001 | 1000100 | 1010000 |
Color Harmonies of #ABEFDA
Complementary color
Monochromatic Colors of #ABEFDA
Black with #ABEFDA
Text Example
Text Example
White with #ABEFDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABEFDA; }
p { color: rgb(171,239,218); }
H1.HeaderClassName
{
color: #ABEFDA;
}
.AnyTagClassName
{
color: #ABEFDA;
}
</style>
background-color css
<style>
a { background-color: #ABEFDA; }
a { background-color: rgb(171,239,218); }
div.DivClassName
{
background-color: #ABEFDA;
}
.BgClassName
{
background-color: #ABEFDA;
}
</style>
border-color css
<style>
span { border-color: #ABEFDA; }
span { border-color: rgb(171,239,218); }
td.TdClassName
{
border-color: #ABEFDA;
}
.TagClassName
{
border-color: #ABEFDA;
}
</style>