Shades of Fringy Flower #A7F0BA
Tints of Fringy Flower #A7F0BA
RGB
CMYK
RGB Variations
Color information
#A7F0BA (or 0xA7F0BA) is known color: Fringy Flower. HEX triplet: A7, F0 and BA. RGB value is (167,240,186). Sum of RGB (Red+Green+Blue) = 167+240+186=593 (78% of max value = 765). Red value is 167 (65.62% from 255 or 28.16% from 593); Green value is 240 (94.14% from 255 or 40.47% from 593); Blue value is 186 (73.05% from 255 or 31.37% from 593); Max value from RGB is 240 - color contains mainly: green. Hex color #A7F0BA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A7F0BA is #580F45. Grayscale: #D4D4D4. Windows color (decimal): -5771078 or 12251303. OLE color: 12251303.
HSL color Cylindrical-coordinate representation of color #A7F0BA: hue angle of 135.62º degrees, saturation: 0.71, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A7F0BA is Cyan = 0.30, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 167 | 240 | 186 | - |
| CMYK | 0.30 | 0 | 0.22 | 0.06 |
| HSL | 135.62º | 0.71% | 0.8% | - |
| HSV(B) | 135.62º | 0.3% | 0.94% | - |
| XYZ | 55.96 | 74.08 | 57.8 | - |
| YUV | 212.02 | 113.32 | 95.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 240 | 186 | 0.30 | 0 | 0.22 | 0.06 | 135.62 | 0.71 | 0.8 |
| Hex | A7 | F0 | BA | 1E | 0 | 16 | 6 | 88 | 47 | 50 |
| Octal | 247 | 360 | 272 | 36 | 0 | 26 | 6 | 210 | 107 | 120 |
| Binary | 10100111 | 11110000 | 10111010 | 11110 | 0 | 10110 | 110 | 10001000 | 1000111 | 1010000 |
Color Harmonies of #A7F0BA
Complementary color
Monochromatic Colors of #A7F0BA
Black with #A7F0BA
Text Example
Text Example
White with #A7F0BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7F0BA; }
p { color: rgb(167,240,186); }
H1.HeaderClassName
{
color: #A7F0BA;
}
.AnyTagClassName
{
color: #A7F0BA;
}
</style>
background-color css
<style>
a { background-color: #A7F0BA; }
a { background-color: rgb(167,240,186); }
div.DivClassName
{
background-color: #A7F0BA;
}
.BgClassName
{
background-color: #A7F0BA;
}
</style>
border-color css
<style>
span { border-color: #A7F0BA; }
span { border-color: rgb(167,240,186); }
td.TdClassName
{
border-color: #A7F0BA;
}
.TagClassName
{
border-color: #A7F0BA;
}
</style>