Shades of Fringy Flower #A8F2BB
Tints of Fringy Flower #A8F2BB
RGB
CMYK
RGB Variations
Color information
#A8F2BB (or 0xA8F2BB) is known color: Fringy Flower. HEX triplet: A8, F2 and BB. RGB value is (168,242,187). Sum of RGB (Red+Green+Blue) = 168+242+187=597 (79% of max value = 765). Red value is 168 (66.02% from 255 or 28.14% from 597); Green value is 242 (94.92% from 255 or 40.54% from 597); Blue value is 187 (73.44% from 255 or 31.32% from 597); Max value from RGB is 242 - color contains mainly: green. Hex color #A8F2BB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A8F2BB is #570D44. Grayscale: #D5D5D5. Windows color (decimal): -5705029 or 12317352. OLE color: 12317352.
HSL color Cylindrical-coordinate representation of color #A8F2BB: hue angle of 135.41º degrees, saturation: 0.74, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A8F2BB is Cyan = 0.31, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 168 | 242 | 187 | - |
| CMYK | 0.31 | 0 | 0.23 | 0.05 |
| HSL | 135.41º | 0.74% | 0.8% | - |
| HSV(B) | 135.41º | 0.31% | 0.95% | - |
| XYZ | 56.87 | 75.42 | 58.57 | - |
| YUV | 213.6 | 112.98 | 95.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 242 | 187 | 0.31 | 0 | 0.23 | 0.05 | 135.41 | 0.74 | 0.8 |
| Hex | A8 | F2 | BB | 1F | 0 | 17 | 5 | 87 | 4A | 50 |
| Octal | 250 | 362 | 273 | 37 | 0 | 27 | 5 | 207 | 112 | 120 |
| Binary | 10101000 | 11110010 | 10111011 | 11111 | 0 | 10111 | 101 | 10000111 | 1001010 | 1010000 |
Color Harmonies of #A8F2BB
Complementary color
Monochromatic Colors of #A8F2BB
Black with #A8F2BB
Text Example
Text Example
White with #A8F2BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8F2BB; }
p { color: rgb(168,242,187); }
H1.HeaderClassName
{
color: #A8F2BB;
}
.AnyTagClassName
{
color: #A8F2BB;
}
</style>
background-color css
<style>
a { background-color: #A8F2BB; }
a { background-color: rgb(168,242,187); }
div.DivClassName
{
background-color: #A8F2BB;
}
.BgClassName
{
background-color: #A8F2BB;
}
</style>
border-color css
<style>
span { border-color: #A8F2BB; }
span { border-color: rgb(168,242,187); }
td.TdClassName
{
border-color: #A8F2BB;
}
.TagClassName
{
border-color: #A8F2BB;
}
</style>