Shades of Fringy Flower #ABE3BF
Tints of Fringy Flower #ABE3BF
RGB
CMYK
RGB Variations
Color information
#ABE3BF (or 0xABE3BF) is known color: Fringy Flower. HEX triplet: AB, E3 and BF. RGB value is (171,227,191). Sum of RGB (Red+Green+Blue) = 171+227+191=589 (78% of max value = 765). Red value is 171 (67.19% from 255 or 29.03% from 589); Green value is 227 (89.06% from 255 or 38.54% from 589); Blue value is 191 (75% from 255 or 32.43% from 589); Max value from RGB is 227 - color contains mainly: green. Hex color #ABE3BF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABE3BF is #541C40. Grayscale: #CECECE. Windows color (decimal): -5512257 or 12575659. OLE color: 12575659.
HSL color Cylindrical-coordinate representation of color #ABE3BF: hue angle of 141.43º degrees, saturation: 0.5, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #ABE3BF is Cyan = 0.25, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 171 | 227 | 191 | - |
| CMYK | 0.25 | 0 | 0.16 | 0.11 |
| HSL | 141.43º | 0.5% | 0.78% | - |
| HSV(B) | 141.43º | 0.25% | 0.89% | - |
| XYZ | 53.67 | 67.36 | 59.46 | - |
| YUV | 206.15 | 119.45 | 102.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 227 | 191 | 0.25 | 0 | 0.16 | 0.11 | 141.43 | 0.5 | 0.78 |
| Hex | AB | E3 | BF | 19 | 0 | 10 | B | 8D | 32 | 4E |
| Octal | 253 | 343 | 277 | 31 | 0 | 20 | 13 | 215 | 62 | 116 |
| Binary | 10101011 | 11100011 | 10111111 | 11001 | 0 | 10000 | 1011 | 10001101 | 110010 | 1001110 |
Color Harmonies of #ABE3BF
Complementary color
Monochromatic Colors of #ABE3BF
Black with #ABE3BF
Text Example
Text Example
White with #ABE3BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABE3BF; }
p { color: rgb(171,227,191); }
H1.HeaderClassName
{
color: #ABE3BF;
}
.AnyTagClassName
{
color: #ABE3BF;
}
</style>
background-color css
<style>
a { background-color: #ABE3BF; }
a { background-color: rgb(171,227,191); }
div.DivClassName
{
background-color: #ABE3BF;
}
.BgClassName
{
background-color: #ABE3BF;
}
</style>
border-color css
<style>
span { border-color: #ABE3BF; }
span { border-color: rgb(171,227,191); }
td.TdClassName
{
border-color: #ABE3BF;
}
.TagClassName
{
border-color: #ABE3BF;
}
</style>