Shades of Fringy Flower #ABE4BF
Tints of Fringy Flower #ABE4BF
RGB
CMYK
RGB Variations
Color information
#ABE4BF (or 0xABE4BF) is known color: Fringy Flower. HEX triplet: AB, E4 and BF. RGB value is (171,228,191). Sum of RGB (Red+Green+Blue) = 171+228+191=590 (78% of max value = 765). Red value is 171 (67.19% from 255 or 28.98% from 590); Green value is 228 (89.45% from 255 or 38.64% from 590); Blue value is 191 (75% from 255 or 32.37% from 590); Max value from RGB is 228 - color contains mainly: green. Hex color #ABE4BF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABE4BF is #541B40. Grayscale: #CECECE. Windows color (decimal): -5512001 or 12575915. OLE color: 12575915.
HSL color Cylindrical-coordinate representation of color #ABE4BF: hue angle of 141.05º degrees, saturation: 0.51, 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 #ABE4BF is Cyan = 0.25, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 171 | 228 | 191 | - |
| CMYK | 0.25 | 0 | 0.16 | 0.11 |
| HSL | 141.05º | 0.51% | 0.78% | - |
| HSV(B) | 141.05º | 0.25% | 0.89% | - |
| XYZ | 53.94 | 67.91 | 59.55 | - |
| YUV | 206.74 | 119.12 | 102.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 228 | 191 | 0.25 | 0 | 0.16 | 0.11 | 141.05 | 0.51 | 0.78 |
| Hex | AB | E4 | BF | 19 | 0 | 10 | B | 8D | 33 | 4E |
| Octal | 253 | 344 | 277 | 31 | 0 | 20 | 13 | 215 | 63 | 116 |
| Binary | 10101011 | 11100100 | 10111111 | 11001 | 0 | 10000 | 1011 | 10001101 | 110011 | 1001110 |
Color Harmonies of #ABE4BF
Complementary color
Monochromatic Colors of #ABE4BF
Black with #ABE4BF
Text Example
Text Example
White with #ABE4BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABE4BF; }
p { color: rgb(171,228,191); }
H1.HeaderClassName
{
color: #ABE4BF;
}
.AnyTagClassName
{
color: #ABE4BF;
}
</style>
background-color css
<style>
a { background-color: #ABE4BF; }
a { background-color: rgb(171,228,191); }
div.DivClassName
{
background-color: #ABE4BF;
}
.BgClassName
{
background-color: #ABE4BF;
}
</style>
border-color css
<style>
span { border-color: #ABE4BF; }
span { border-color: rgb(171,228,191); }
td.TdClassName
{
border-color: #ABE4BF;
}
.TagClassName
{
border-color: #ABE4BF;
}
</style>