Shades of Fringy Flower #ABE5BF
Tints of Fringy Flower #ABE5BF
RGB
CMYK
RGB Variations
Color information
#ABE5BF (or 0xABE5BF) is known color: Fringy Flower. HEX triplet: AB, E5 and BF. RGB value is (171,229,191). Sum of RGB (Red+Green+Blue) = 171+229+191=591 (78% of max value = 765). Red value is 171 (67.19% from 255 or 28.93% from 591); Green value is 229 (89.84% from 255 or 38.75% from 591); Blue value is 191 (75% from 255 or 32.32% from 591); Max value from RGB is 229 - color contains mainly: green. Hex color #ABE5BF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABE5BF is #541A40. Grayscale: #CFCFCF. Windows color (decimal): -5511745 or 12576171. OLE color: 12576171.
HSL color Cylindrical-coordinate representation of color #ABE5BF: hue angle of 140.69º degrees, saturation: 0.53, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #ABE5BF is Cyan = 0.25, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 171 | 229 | 191 | - |
| CMYK | 0.25 | 0 | 0.17 | 0.10 |
| HSL | 140.69º | 0.53% | 0.78% | - |
| HSV(B) | 140.69º | 0.25% | 0.9% | - |
| XYZ | 54.22 | 68.46 | 59.65 | - |
| YUV | 207.33 | 118.78 | 102.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 229 | 191 | 0.25 | 0 | 0.17 | 0.10 | 140.69 | 0.53 | 0.78 |
| Hex | AB | E5 | BF | 19 | 0 | 11 | A | 8D | 35 | 4E |
| Octal | 253 | 345 | 277 | 31 | 0 | 21 | 12 | 215 | 65 | 116 |
| Binary | 10101011 | 11100101 | 10111111 | 11001 | 0 | 10001 | 1010 | 10001101 | 110101 | 1001110 |
Color Harmonies of #ABE5BF
Complementary color
Monochromatic Colors of #ABE5BF
Black with #ABE5BF
Text Example
Text Example
White with #ABE5BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABE5BF; }
p { color: rgb(171,229,191); }
H1.HeaderClassName
{
color: #ABE5BF;
}
.AnyTagClassName
{
color: #ABE5BF;
}
</style>
background-color css
<style>
a { background-color: #ABE5BF; }
a { background-color: rgb(171,229,191); }
div.DivClassName
{
background-color: #ABE5BF;
}
.BgClassName
{
background-color: #ABE5BF;
}
</style>
border-color css
<style>
span { border-color: #ABE5BF; }
span { border-color: rgb(171,229,191); }
td.TdClassName
{
border-color: #ABE5BF;
}
.TagClassName
{
border-color: #ABE5BF;
}
</style>