Shades of Fringy Flower #ABDFBF
Tints of Fringy Flower #ABDFBF
RGB
CMYK
RGB Variations
Color information
#ABDFBF (or 0xABDFBF) is known color: Fringy Flower. HEX triplet: AB, DF and BF. RGB value is (171,223,191). Sum of RGB (Red+Green+Blue) = 171+223+191=585 (77% of max value = 765). Red value is 171 (67.19% from 255 or 29.23% from 585); Green value is 223 (87.5% from 255 or 38.12% from 585); Blue value is 191 (75% from 255 or 32.65% from 585); Max value from RGB is 223 - color contains mainly: green. Hex color #ABDFBF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABDFBF is #542040. Grayscale: #CBCBCB. Windows color (decimal): -5513281 or 12574635. OLE color: 12574635.
HSL color Cylindrical-coordinate representation of color #ABDFBF: hue angle of 143.08º degrees, saturation: 0.45, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ABDFBF is Cyan = 0.23, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 171 | 223 | 191 | - |
| CMYK | 0.23 | 0 | 0.14 | 0.13 |
| HSL | 143.08º | 0.45% | 0.77% | - |
| HSV(B) | 143.08º | 0.23% | 0.87% | - |
| XYZ | 52.59 | 65.19 | 59.1 | - |
| YUV | 203.8 | 120.77 | 104.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 223 | 191 | 0.23 | 0 | 0.14 | 0.13 | 143.08 | 0.45 | 0.77 |
| Hex | AB | DF | BF | 17 | 0 | E | D | 8F | 2D | 4D |
| Octal | 253 | 337 | 277 | 27 | 0 | 16 | 15 | 217 | 55 | 115 |
| Binary | 10101011 | 11011111 | 10111111 | 10111 | 0 | 1110 | 1101 | 10001111 | 101101 | 1001101 |
Color Harmonies of #ABDFBF
Complementary color
Monochromatic Colors of #ABDFBF
Black with #ABDFBF
Text Example
Text Example
White with #ABDFBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABDFBF; }
p { color: rgb(171,223,191); }
H1.HeaderClassName
{
color: #ABDFBF;
}
.AnyTagClassName
{
color: #ABDFBF;
}
</style>
background-color css
<style>
a { background-color: #ABDFBF; }
a { background-color: rgb(171,223,191); }
div.DivClassName
{
background-color: #ABDFBF;
}
.BgClassName
{
background-color: #ABDFBF;
}
</style>
border-color css
<style>
span { border-color: #ABDFBF; }
span { border-color: rgb(171,223,191); }
td.TdClassName
{
border-color: #ABDFBF;
}
.TagClassName
{
border-color: #ABDFBF;
}
</style>