Shades of Fringy Flower #ABF7C1
Tints of Fringy Flower #ABF7C1
RGB
CMYK
RGB Variations
Color information
#ABF7C1 (or 0xABF7C1) is known color: Fringy Flower. HEX triplet: AB, F7 and C1. RGB value is (171,247,193). Sum of RGB (Red+Green+Blue) = 171+247+193=611 (80% of max value = 765). Red value is 171 (67.19% from 255 or 27.99% from 611); Green value is 247 (96.88% from 255 or 40.43% from 611); Blue value is 193 (75.78% from 255 or 31.59% from 611); Max value from RGB is 247 - color contains mainly: green. Hex color #ABF7C1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ABF7C1 is #54083E. Grayscale: #DADADA. Windows color (decimal): -5507135 or 12711851. OLE color: 12711851.
HSL color Cylindrical-coordinate representation of color #ABF7C1: hue angle of 137.37º degrees, saturation: 0.83, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ABF7C1 is Cyan = 0.31, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 171 | 247 | 193 | - |
| CMYK | 0.31 | 0 | 0.22 | 0.03 |
| HSL | 137.37º | 0.83% | 0.82% | - |
| HSV(B) | 137.37º | 0.31% | 0.97% | - |
| XYZ | 59.68 | 79.03 | 62.56 | - |
| YUV | 218.12 | 113.82 | 94.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 247 | 193 | 0.31 | 0 | 0.22 | 0.03 | 137.37 | 0.83 | 0.82 |
| Hex | AB | F7 | C1 | 1F | 0 | 16 | 3 | 89 | 53 | 52 |
| Octal | 253 | 367 | 301 | 37 | 0 | 26 | 3 | 211 | 123 | 122 |
| Binary | 10101011 | 11110111 | 11000001 | 11111 | 0 | 10110 | 11 | 10001001 | 1010011 | 1010010 |
Color Harmonies of #ABF7C1
Complementary color
Monochromatic Colors of #ABF7C1
Black with #ABF7C1
Text Example
Text Example
White with #ABF7C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABF7C1; }
p { color: rgb(171,247,193); }
H1.HeaderClassName
{
color: #ABF7C1;
}
.AnyTagClassName
{
color: #ABF7C1;
}
</style>
background-color css
<style>
a { background-color: #ABF7C1; }
a { background-color: rgb(171,247,193); }
div.DivClassName
{
background-color: #ABF7C1;
}
.BgClassName
{
background-color: #ABF7C1;
}
</style>
border-color css
<style>
span { border-color: #ABF7C1; }
span { border-color: rgb(171,247,193); }
td.TdClassName
{
border-color: #ABF7C1;
}
.TagClassName
{
border-color: #ABF7C1;
}
</style>