Shades of Fringy Flower #A8F0BA
Tints of Fringy Flower #A8F0BA
RGB
CMYK
RGB Variations
Color information
#A8F0BA (or 0xA8F0BA) is known color: Fringy Flower. HEX triplet: A8, F0 and BA. RGB value is (168,240,186). Sum of RGB (Red+Green+Blue) = 168+240+186=594 (78% of max value = 765). Red value is 168 (66.02% from 255 or 28.28% from 594); Green value is 240 (94.14% from 255 or 40.40% from 594); Blue value is 186 (73.05% from 255 or 31.31% from 594); Max value from RGB is 240 - color contains mainly: green. Hex color #A8F0BA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A8F0BA is #570F45. Grayscale: #D4D4D4. Windows color (decimal): -5705542 or 12251304. OLE color: 12251304.
HSL color Cylindrical-coordinate representation of color #A8F0BA: hue angle of 135º 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 #A8F0BA is Cyan = 0.3, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 168 | 240 | 186 | - |
| CMYK | 0.3 | 0 | 0.22 | 0.06 |
| HSL | 135º | 0.71% | 0.8% | - |
| HSV(B) | 135º | 0.3% | 0.94% | - |
| XYZ | 56.17 | 74.19 | 57.81 | - |
| YUV | 212.32 | 113.15 | 96.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 240 | 186 | 0.3 | 0 | 0.22 | 0.06 | 135 | 0.71 | 0.8 |
| Hex | A8 | F0 | BA | 1E | 0 | 16 | 6 | 87 | 47 | 50 |
| Octal | 250 | 360 | 272 | 36 | 0 | 26 | 6 | 207 | 107 | 120 |
| Binary | 10101000 | 11110000 | 10111010 | 11110 | 0 | 10110 | 110 | 10000111 | 1000111 | 1010000 |
Color Harmonies of #A8F0BA
Complementary color
Monochromatic Colors of #A8F0BA
Black with #A8F0BA
Text Example
Text Example
White with #A8F0BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8F0BA; }
p { color: rgb(168,240,186); }
H1.HeaderClassName
{
color: #A8F0BA;
}
.AnyTagClassName
{
color: #A8F0BA;
}
</style>
background-color css
<style>
a { background-color: #A8F0BA; }
a { background-color: rgb(168,240,186); }
div.DivClassName
{
background-color: #A8F0BA;
}
.BgClassName
{
background-color: #A8F0BA;
}
</style>
border-color css
<style>
span { border-color: #A8F0BA; }
span { border-color: rgb(168,240,186); }
td.TdClassName
{
border-color: #A8F0BA;
}
.TagClassName
{
border-color: #A8F0BA;
}
</style>