Shades of Fringy Flower #ABF9BB
Tints of Fringy Flower #ABF9BB
RGB
CMYK
RGB Variations
Color information
#ABF9BB (or 0xABF9BB) is known color: Fringy Flower. HEX triplet: AB, F9 and BB. RGB value is (171,249,187). Sum of RGB (Red+Green+Blue) = 171+249+187=607 (80% of max value = 765). Red value is 171 (67.19% from 255 or 28.17% from 607); Green value is 249 (97.66% from 255 or 41.02% from 607); Blue value is 187 (73.44% from 255 or 30.81% from 607); Max value from RGB is 249 - color contains mainly: green. Hex color #ABF9BB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ABF9BB is #540644. Grayscale: #DADADA. Windows color (decimal): -5506629 or 12319147. OLE color: 12319147.
HSL color Cylindrical-coordinate representation of color #ABF9BB: hue angle of 132.31º degrees, saturation: 0.87, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ABF9BB is Cyan = 0.31, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 171 | 249 | 187 | - |
| CMYK | 0.31 | 0 | 0.25 | 0.02 |
| HSL | 132.31º | 0.87% | 0.82% | - |
| HSV(B) | 132.31º | 0.31% | 0.98% | - |
| XYZ | 59.64 | 80 | 59.31 | - |
| YUV | 218.61 | 110.16 | 94.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 249 | 187 | 0.31 | 0 | 0.25 | 0.02 | 132.31 | 0.87 | 0.82 |
| Hex | AB | F9 | BB | 1F | 0 | 19 | 2 | 84 | 57 | 52 |
| Octal | 253 | 371 | 273 | 37 | 0 | 31 | 2 | 204 | 127 | 122 |
| Binary | 10101011 | 11111001 | 10111011 | 11111 | 0 | 11001 | 10 | 10000100 | 1010111 | 1010010 |
Color Harmonies of #ABF9BB
Complementary color
Monochromatic Colors of #ABF9BB
Black with #ABF9BB
Text Example
Text Example
White with #ABF9BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABF9BB; }
p { color: rgb(171,249,187); }
H1.HeaderClassName
{
color: #ABF9BB;
}
.AnyTagClassName
{
color: #ABF9BB;
}
</style>
background-color css
<style>
a { background-color: #ABF9BB; }
a { background-color: rgb(171,249,187); }
div.DivClassName
{
background-color: #ABF9BB;
}
.BgClassName
{
background-color: #ABF9BB;
}
</style>
border-color css
<style>
span { border-color: #ABF9BB; }
span { border-color: rgb(171,249,187); }
td.TdClassName
{
border-color: #ABF9BB;
}
.TagClassName
{
border-color: #ABF9BB;
}
</style>