Shades of Fringy Flower #A8FBBF
Tints of Fringy Flower #A8FBBF
RGB
CMYK
RGB Variations
Color information
#A8FBBF (or 0xA8FBBF) is known color: Fringy Flower. HEX triplet: A8, FB and BF. RGB value is (168,251,191). Sum of RGB (Red+Green+Blue) = 168+251+191=610 (80% of max value = 765). Red value is 168 (66.02% from 255 or 27.54% from 610); Green value is 251 (98.44% from 255 or 41.15% from 610); Blue value is 191 (75% from 255 or 31.31% from 610); Max value from RGB is 251 - color contains mainly: green. Hex color #A8FBBF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A8FBBF is #570440. Grayscale: #DBDBDB. Windows color (decimal): -5702721 or 12581800. OLE color: 12581800.
HSL color Cylindrical-coordinate representation of color #A8FBBF: hue angle of 136.63º degrees, saturation: 0.91, 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 #A8FBBF is Cyan = 0.33, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 168 | 251 | 191 | - |
| CMYK | 0.33 | 0 | 0.24 | 0.02 |
| HSL | 136.63º | 0.91% | 0.82% | - |
| HSV(B) | 136.63º | 0.33% | 0.98% | - |
| XYZ | 60.05 | 81.08 | 61.78 | - |
| YUV | 219.34 | 112 | 91.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 251 | 191 | 0.33 | 0 | 0.24 | 0.02 | 136.63 | 0.91 | 0.82 |
| Hex | A8 | FB | BF | 21 | 0 | 18 | 2 | 89 | 5B | 52 |
| Octal | 250 | 373 | 277 | 41 | 0 | 30 | 2 | 211 | 133 | 122 |
| Binary | 10101000 | 11111011 | 10111111 | 100001 | 0 | 11000 | 10 | 10001001 | 1011011 | 1010010 |
Color Harmonies of #A8FBBF
Complementary color
Monochromatic Colors of #A8FBBF
Black with #A8FBBF
Text Example
Text Example
White with #A8FBBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8FBBF; }
p { color: rgb(168,251,191); }
H1.HeaderClassName
{
color: #A8FBBF;
}
.AnyTagClassName
{
color: #A8FBBF;
}
</style>
background-color css
<style>
a { background-color: #A8FBBF; }
a { background-color: rgb(168,251,191); }
div.DivClassName
{
background-color: #A8FBBF;
}
.BgClassName
{
background-color: #A8FBBF;
}
</style>
border-color css
<style>
span { border-color: #A8FBBF; }
span { border-color: rgb(168,251,191); }
td.TdClassName
{
border-color: #A8FBBF;
}
.TagClassName
{
border-color: #A8FBBF;
}
</style>