Shades of Fringy Flower #ABF3B9
Tints of Fringy Flower #ABF3B9
RGB
CMYK
RGB Variations
Color information
#ABF3B9 (or 0xABF3B9) is known color: Fringy Flower. HEX triplet: AB, F3 and B9. RGB value is (171,243,185). Sum of RGB (Red+Green+Blue) = 171+243+185=599 (79% of max value = 765). Red value is 171 (67.19% from 255 or 28.55% from 599); Green value is 243 (95.31% from 255 or 40.57% from 599); Blue value is 185 (72.66% from 255 or 30.88% from 599); Max value from RGB is 243 - color contains mainly: green. Hex color #ABF3B9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ABF3B9 is #540C46. Grayscale: #D7D7D7. Windows color (decimal): -5508167 or 12186539. OLE color: 12186539.
HSL color Cylindrical-coordinate representation of color #ABF3B9: hue angle of 131.67º degrees, saturation: 0.75, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ABF3B9 is Cyan = 0.30, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 171 | 243 | 185 | - |
| CMYK | 0.30 | 0 | 0.24 | 0.05 |
| HSL | 131.67º | 0.75% | 0.81% | - |
| HSV(B) | 131.67º | 0.3% | 0.95% | - |
| XYZ | 57.6 | 76.26 | 57.58 | - |
| YUV | 214.86 | 111.15 | 96.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 243 | 185 | 0.30 | 0 | 0.24 | 0.05 | 131.67 | 0.75 | 0.81 |
| Hex | AB | F3 | B9 | 1E | 0 | 18 | 5 | 84 | 4B | 51 |
| Octal | 253 | 363 | 271 | 36 | 0 | 30 | 5 | 204 | 113 | 121 |
| Binary | 10101011 | 11110011 | 10111001 | 11110 | 0 | 11000 | 101 | 10000100 | 1001011 | 1010001 |
Color Harmonies of #ABF3B9
Complementary color
Monochromatic Colors of #ABF3B9
Black with #ABF3B9
Text Example
Text Example
White with #ABF3B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABF3B9; }
p { color: rgb(171,243,185); }
H1.HeaderClassName
{
color: #ABF3B9;
}
.AnyTagClassName
{
color: #ABF3B9;
}
</style>
background-color css
<style>
a { background-color: #ABF3B9; }
a { background-color: rgb(171,243,185); }
div.DivClassName
{
background-color: #ABF3B9;
}
.BgClassName
{
background-color: #ABF3B9;
}
</style>
border-color css
<style>
span { border-color: #ABF3B9; }
span { border-color: rgb(171,243,185); }
td.TdClassName
{
border-color: #ABF3B9;
}
.TagClassName
{
border-color: #ABF3B9;
}
</style>