Shades of Water Leaf #ABFADF
Tints of Water Leaf #ABFADF
RGB
CMYK
RGB Variations
Color information
#ABFADF (or 0xABFADF) is known color: Water Leaf. HEX triplet: AB, FA and DF. RGB value is (171,250,223). Sum of RGB (Red+Green+Blue) = 171+250+223=644 (85% of max value = 765). Red value is 171 (67.19% from 255 or 26.55% from 644); Green value is 250 (98.05% from 255 or 38.82% from 644); Blue value is 223 (87.5% from 255 or 34.63% from 644); Max value from RGB is 250 - color contains mainly: green. Hex color #ABFADF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ABFADF is #540520. Grayscale: #DFDFDF. Windows color (decimal): -5506337 or 14678699. OLE color: 14678699.
HSL color Cylindrical-coordinate representation of color #ABFADF: hue angle of 159.49º degrees, saturation: 0.89, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ABFADF is Cyan = 0.32, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 171 | 250 | 223 | - |
| CMYK | 0.32 | 0 | 0.11 | 0.02 |
| HSL | 159.49º | 0.89% | 0.83% | - |
| HSV(B) | 159.49º | 0.32% | 0.98% | - |
| XYZ | 64.3 | 82.36 | 82.32 | - |
| YUV | 223.3 | 127.83 | 90.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 250 | 223 | 0.32 | 0 | 0.11 | 0.02 | 159.49 | 0.89 | 0.83 |
| Hex | AB | FA | DF | 20 | 0 | B | 2 | 9F | 59 | 53 |
| Octal | 253 | 372 | 337 | 40 | 0 | 13 | 2 | 237 | 131 | 123 |
| Binary | 10101011 | 11111010 | 11011111 | 100000 | 0 | 1011 | 10 | 10011111 | 1011001 | 1010011 |
Color Harmonies of #ABFADF
Complementary color
Monochromatic Colors of #ABFADF
Black with #ABFADF
Text Example
Text Example
White with #ABFADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABFADF; }
p { color: rgb(171,250,223); }
H1.HeaderClassName
{
color: #ABFADF;
}
.AnyTagClassName
{
color: #ABFADF;
}
</style>
background-color css
<style>
a { background-color: #ABFADF; }
a { background-color: rgb(171,250,223); }
div.DivClassName
{
background-color: #ABFADF;
}
.BgClassName
{
background-color: #ABFADF;
}
</style>
border-color css
<style>
span { border-color: #ABFADF; }
span { border-color: rgb(171,250,223); }
td.TdClassName
{
border-color: #ABFADF;
}
.TagClassName
{
border-color: #ABFADF;
}
</style>