Shades of Water Leaf #ABEEDC
Tints of Water Leaf #ABEEDC
RGB
CMYK
RGB Variations
Color information
#ABEEDC (or 0xABEEDC) is known color: Water Leaf. HEX triplet: AB, EE and DC. RGB value is (171,238,220). Sum of RGB (Red+Green+Blue) = 171+238+220=629 (83% of max value = 765). Red value is 171 (67.19% from 255 or 27.19% from 629); Green value is 238 (93.36% from 255 or 37.84% from 629); Blue value is 220 (86.33% from 255 or 34.98% from 629); Max value from RGB is 238 - color contains mainly: green. Hex color #ABEEDC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ABEEDC is #541123. Grayscale: #D7D7D7. Windows color (decimal): -5509412 or 14479019. OLE color: 14479019.
HSL color Cylindrical-coordinate representation of color #ABEEDC: hue angle of 163.88º degrees, saturation: 0.66, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ABEEDC is Cyan = 0.28, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 171 | 238 | 220 | - |
| CMYK | 0.28 | 0 | 0.08 | 0.07 |
| HSL | 163.88º | 0.66% | 0.8% | - |
| HSV(B) | 163.88º | 0.28% | 0.93% | - |
| XYZ | 60.29 | 74.97 | 79 | - |
| YUV | 215.92 | 130.3 | 95.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 238 | 220 | 0.28 | 0 | 0.08 | 0.07 | 163.88 | 0.66 | 0.8 |
| Hex | AB | EE | DC | 1C | 0 | 8 | 7 | A4 | 42 | 50 |
| Octal | 253 | 356 | 334 | 34 | 0 | 10 | 7 | 244 | 102 | 120 |
| Binary | 10101011 | 11101110 | 11011100 | 11100 | 0 | 1000 | 111 | 10100100 | 1000010 | 1010000 |
Color Harmonies of #ABEEDC
Complementary color
Monochromatic Colors of #ABEEDC
Black with #ABEEDC
Text Example
Text Example
White with #ABEEDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABEEDC; }
p { color: rgb(171,238,220); }
H1.HeaderClassName
{
color: #ABEEDC;
}
.AnyTagClassName
{
color: #ABEEDC;
}
</style>
background-color css
<style>
a { background-color: #ABEEDC; }
a { background-color: rgb(171,238,220); }
div.DivClassName
{
background-color: #ABEEDC;
}
.BgClassName
{
background-color: #ABEEDC;
}
</style>
border-color css
<style>
span { border-color: #ABEEDC; }
span { border-color: rgb(171,238,220); }
td.TdClassName
{
border-color: #ABEEDC;
}
.TagClassName
{
border-color: #ABEEDC;
}
</style>