Shades of Fringy Flower #A8F7BB
Tints of Fringy Flower #A8F7BB
RGB
CMYK
RGB Variations
Color information
#A8F7BB (or 0xA8F7BB) is known color: Fringy Flower. HEX triplet: A8, F7 and BB. RGB value is (168,247,187). Sum of RGB (Red+Green+Blue) = 168+247+187=602 (79% of max value = 765). Red value is 168 (66.02% from 255 or 27.91% from 602); Green value is 247 (96.88% from 255 or 41.03% from 602); Blue value is 187 (73.44% from 255 or 31.06% from 602); Max value from RGB is 247 - color contains mainly: green. Hex color #A8F7BB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A8F7BB is #570844. Grayscale: #D8D8D8. Windows color (decimal): -5703749 or 12318632. OLE color: 12318632.
HSL color Cylindrical-coordinate representation of color #A8F7BB: hue angle of 134.43º degrees, saturation: 0.83, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A8F7BB is Cyan = 0.32, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 168 | 247 | 187 | - |
| CMYK | 0.32 | 0 | 0.24 | 0.03 |
| HSL | 134.43º | 0.83% | 0.81% | - |
| HSV(B) | 134.43º | 0.32% | 0.97% | - |
| XYZ | 58.38 | 78.43 | 59.08 | - |
| YUV | 216.54 | 111.33 | 93.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 247 | 187 | 0.32 | 0 | 0.24 | 0.03 | 134.43 | 0.83 | 0.81 |
| Hex | A8 | F7 | BB | 20 | 0 | 18 | 3 | 86 | 53 | 51 |
| Octal | 250 | 367 | 273 | 40 | 0 | 30 | 3 | 206 | 123 | 121 |
| Binary | 10101000 | 11110111 | 10111011 | 100000 | 0 | 11000 | 11 | 10000110 | 1010011 | 1010001 |
Color Harmonies of #A8F7BB
Complementary color
Monochromatic Colors of #A8F7BB
Black with #A8F7BB
Text Example
Text Example
White with #A8F7BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8F7BB; }
p { color: rgb(168,247,187); }
H1.HeaderClassName
{
color: #A8F7BB;
}
.AnyTagClassName
{
color: #A8F7BB;
}
</style>
background-color css
<style>
a { background-color: #A8F7BB; }
a { background-color: rgb(168,247,187); }
div.DivClassName
{
background-color: #A8F7BB;
}
.BgClassName
{
background-color: #A8F7BB;
}
</style>
border-color css
<style>
span { border-color: #A8F7BB; }
span { border-color: rgb(168,247,187); }
td.TdClassName
{
border-color: #A8F7BB;
}
.TagClassName
{
border-color: #A8F7BB;
}
</style>