Shades of Water Leaf #ABEFDF
Tints of Water Leaf #ABEFDF
RGB
CMYK
RGB Variations
Color information
#ABEFDF (or 0xABEFDF) is known color: Water Leaf. HEX triplet: AB, EF and DF. RGB value is (171,239,223). Sum of RGB (Red+Green+Blue) = 171+239+223=633 (83% of max value = 765). Red value is 171 (67.19% from 255 or 27.01% from 633); Green value is 239 (93.75% from 255 or 37.76% from 633); Blue value is 223 (87.5% from 255 or 35.23% from 633); Max value from RGB is 239 - color contains mainly: green. Hex color #ABEFDF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ABEFDF is #541020. Grayscale: #D8D8D8. Windows color (decimal): -5509153 or 14675883. OLE color: 14675883.
HSL color Cylindrical-coordinate representation of color #ABEFDF: hue angle of 165.88º 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 #ABEFDF is Cyan = 0.28, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 171 | 239 | 223 | - |
| CMYK | 0.28 | 0 | 0.07 | 0.06 |
| HSL | 165.88º | 0.68% | 0.8% | - |
| HSV(B) | 165.88º | 0.28% | 0.94% | - |
| XYZ | 60.98 | 75.72 | 81.21 | - |
| YUV | 216.84 | 131.47 | 95.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 239 | 223 | 0.28 | 0 | 0.07 | 0.06 | 165.88 | 0.68 | 0.8 |
| Hex | AB | EF | DF | 1C | 0 | 7 | 6 | A6 | 44 | 50 |
| Octal | 253 | 357 | 337 | 34 | 0 | 7 | 6 | 246 | 104 | 120 |
| Binary | 10101011 | 11101111 | 11011111 | 11100 | 0 | 111 | 110 | 10100110 | 1000100 | 1010000 |
Color Harmonies of #ABEFDF
Complementary color
Monochromatic Colors of #ABEFDF
Black with #ABEFDF
Text Example
Text Example
White with #ABEFDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABEFDF; }
p { color: rgb(171,239,223); }
H1.HeaderClassName
{
color: #ABEFDF;
}
.AnyTagClassName
{
color: #ABEFDF;
}
</style>
background-color css
<style>
a { background-color: #ABEFDF; }
a { background-color: rgb(171,239,223); }
div.DivClassName
{
background-color: #ABEFDF;
}
.BgClassName
{
background-color: #ABEFDF;
}
</style>
border-color css
<style>
span { border-color: #ABEFDF; }
span { border-color: rgb(171,239,223); }
td.TdClassName
{
border-color: #ABEFDF;
}
.TagClassName
{
border-color: #ABEFDF;
}
</style>