Shades of Fringy Flower #A8FBBD
Tints of Fringy Flower #A8FBBD
RGB
CMYK
RGB Variations
Color information
#A8FBBD (or 0xA8FBBD) is known color: Fringy Flower. HEX triplet: A8, FB and BD. RGB value is (168,251,189). Sum of RGB (Red+Green+Blue) = 168+251+189=608 (80% of max value = 765). Red value is 168 (66.02% from 255 or 27.63% from 608); Green value is 251 (98.44% from 255 or 41.28% from 608); Blue value is 189 (74.22% from 255 or 31.09% from 608); Max value from RGB is 251 - color contains mainly: green. Hex color #A8FBBD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A8FBBD is #570442. Grayscale: #DBDBDB. Windows color (decimal): -5702723 or 12450728. OLE color: 12450728.
HSL color Cylindrical-coordinate representation of color #A8FBBD: hue angle of 135.18º 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 #A8FBBD is Cyan = 0.33, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 168 | 251 | 189 | - |
| CMYK | 0.33 | 0 | 0.25 | 0.02 |
| HSL | 135.18º | 0.91% | 0.82% | - |
| HSV(B) | 135.18º | 0.33% | 0.98% | - |
| XYZ | 59.83 | 80.99 | 60.62 | - |
| YUV | 219.12 | 111 | 91.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 251 | 189 | 0.33 | 0 | 0.25 | 0.02 | 135.18 | 0.91 | 0.82 |
| Hex | A8 | FB | BD | 21 | 0 | 19 | 2 | 87 | 5B | 52 |
| Octal | 250 | 373 | 275 | 41 | 0 | 31 | 2 | 207 | 133 | 122 |
| Binary | 10101000 | 11111011 | 10111101 | 100001 | 0 | 11001 | 10 | 10000111 | 1011011 | 1010010 |
Color Harmonies of #A8FBBD
Complementary color
Monochromatic Colors of #A8FBBD
Black with #A8FBBD
Text Example
Text Example
White with #A8FBBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8FBBD; }
p { color: rgb(168,251,189); }
H1.HeaderClassName
{
color: #A8FBBD;
}
.AnyTagClassName
{
color: #A8FBBD;
}
</style>
background-color css
<style>
a { background-color: #A8FBBD; }
a { background-color: rgb(168,251,189); }
div.DivClassName
{
background-color: #A8FBBD;
}
.BgClassName
{
background-color: #A8FBBD;
}
</style>
border-color css
<style>
span { border-color: #A8FBBD; }
span { border-color: rgb(168,251,189); }
td.TdClassName
{
border-color: #A8FBBD;
}
.TagClassName
{
border-color: #A8FBBD;
}
</style>