Shades of Water Leaf #ABEDDD
Tints of Water Leaf #ABEDDD
RGB
CMYK
RGB Variations
Color information
#ABEDDD (or 0xABEDDD) is known color: Water Leaf. HEX triplet: AB, ED and DD. RGB value is (171,237,221). Sum of RGB (Red+Green+Blue) = 171+237+221=629 (83% of max value = 765). Red value is 171 (67.19% from 255 or 27.19% from 629); Green value is 237 (92.97% from 255 or 37.68% from 629); Blue value is 221 (86.72% from 255 or 35.14% from 629); Max value from RGB is 237 - color contains mainly: green. Hex color #ABEDDD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ABEDDD is #541222. Grayscale: #D7D7D7. Windows color (decimal): -5509667 or 14544299. OLE color: 14544299.
HSL color Cylindrical-coordinate representation of color #ABEDDD: hue angle of 165.45º degrees, saturation: 0.65, 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 #ABEDDD is Cyan = 0.28, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 171 | 237 | 221 | - |
| CMYK | 0.28 | 0 | 0.07 | 0.07 |
| HSL | 165.45º | 0.65% | 0.8% | - |
| HSV(B) | 165.45º | 0.28% | 0.93% | - |
| XYZ | 60.13 | 74.45 | 79.61 | - |
| YUV | 215.44 | 131.13 | 96.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 237 | 221 | 0.28 | 0 | 0.07 | 0.07 | 165.45 | 0.65 | 0.8 |
| Hex | AB | ED | DD | 1C | 0 | 7 | 7 | A5 | 41 | 50 |
| Octal | 253 | 355 | 335 | 34 | 0 | 7 | 7 | 245 | 101 | 120 |
| Binary | 10101011 | 11101101 | 11011101 | 11100 | 0 | 111 | 111 | 10100101 | 1000001 | 1010000 |
Color Harmonies of #ABEDDD
Complementary color
Monochromatic Colors of #ABEDDD
Black with #ABEDDD
Text Example
Text Example
White with #ABEDDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABEDDD; }
p { color: rgb(171,237,221); }
H1.HeaderClassName
{
color: #ABEDDD;
}
.AnyTagClassName
{
color: #ABEDDD;
}
</style>
background-color css
<style>
a { background-color: #ABEDDD; }
a { background-color: rgb(171,237,221); }
div.DivClassName
{
background-color: #ABEDDD;
}
.BgClassName
{
background-color: #ABEDDD;
}
</style>
border-color css
<style>
span { border-color: #ABEDDD; }
span { border-color: rgb(171,237,221); }
td.TdClassName
{
border-color: #ABEDDD;
}
.TagClassName
{
border-color: #ABEDDD;
}
</style>