Shades of Fringy Flower #A7FABF
Tints of Fringy Flower #A7FABF
RGB
CMYK
RGB Variations
Color information
#A7FABF (or 0xA7FABF) is known color: Fringy Flower. HEX triplet: A7, FA and BF. RGB value is (167,250,191). Sum of RGB (Red+Green+Blue) = 167+250+191=608 (80% of max value = 765). Red value is 167 (65.62% from 255 or 27.47% from 608); Green value is 250 (98.05% from 255 or 41.12% from 608); Blue value is 191 (75% from 255 or 31.41% from 608); Max value from RGB is 250 - color contains mainly: green. Hex color #A7FABF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A7FABF is #580540. Grayscale: #DADADA. Windows color (decimal): -5768513 or 12581543. OLE color: 12581543.
HSL color Cylindrical-coordinate representation of color #A7FABF: hue angle of 137.35º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A7FABF is Cyan = 0.33, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 167 | 250 | 191 | - |
| CMYK | 0.33 | 0 | 0.24 | 0.02 |
| HSL | 137.35º | 0.89% | 0.82% | - |
| HSV(B) | 137.35º | 0.33% | 0.98% | - |
| XYZ | 59.53 | 80.35 | 61.66 | - |
| YUV | 218.46 | 112.5 | 91.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 250 | 191 | 0.33 | 0 | 0.24 | 0.02 | 137.35 | 0.89 | 0.82 |
| Hex | A7 | FA | BF | 21 | 0 | 18 | 2 | 89 | 59 | 52 |
| Octal | 247 | 372 | 277 | 41 | 0 | 30 | 2 | 211 | 131 | 122 |
| Binary | 10100111 | 11111010 | 10111111 | 100001 | 0 | 11000 | 10 | 10001001 | 1011001 | 1010010 |
Color Harmonies of #A7FABF
Complementary color
Monochromatic Colors of #A7FABF
Black with #A7FABF
Text Example
Text Example
White with #A7FABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7FABF; }
p { color: rgb(167,250,191); }
H1.HeaderClassName
{
color: #A7FABF;
}
.AnyTagClassName
{
color: #A7FABF;
}
</style>
background-color css
<style>
a { background-color: #A7FABF; }
a { background-color: rgb(167,250,191); }
div.DivClassName
{
background-color: #A7FABF;
}
.BgClassName
{
background-color: #A7FABF;
}
</style>
border-color css
<style>
span { border-color: #A7FABF; }
span { border-color: rgb(167,250,191); }
td.TdClassName
{
border-color: #A7FABF;
}
.TagClassName
{
border-color: #A7FABF;
}
</style>