Shades of Fringy Flower #A8FBBE
Tints of Fringy Flower #A8FBBE
RGB
CMYK
RGB Variations
Color information
#A8FBBE (or 0xA8FBBE) is known color: Fringy Flower. HEX triplet: A8, FB and BE. RGB value is (168,251,190). Sum of RGB (Red+Green+Blue) = 168+251+190=609 (80% of max value = 765). Red value is 168 (66.02% from 255 or 27.59% from 609); Green value is 251 (98.44% from 255 or 41.22% from 609); Blue value is 190 (74.61% from 255 or 31.20% from 609); Max value from RGB is 251 - color contains mainly: green. Hex color #A8FBBE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A8FBBE is #570441. Grayscale: #DBDBDB. Windows color (decimal): -5702722 or 12516264. OLE color: 12516264.
HSL color Cylindrical-coordinate representation of color #A8FBBE: hue angle of 135.9º 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 #A8FBBE is Cyan = 0.33, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 168 | 251 | 190 | - |
| CMYK | 0.33 | 0 | 0.24 | 0.02 |
| HSL | 135.9º | 0.91% | 0.82% | - |
| HSV(B) | 135.9º | 0.33% | 0.98% | - |
| XYZ | 59.94 | 81.04 | 61.2 | - |
| YUV | 219.23 | 111.5 | 91.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 251 | 190 | 0.33 | 0 | 0.24 | 0.02 | 135.9 | 0.91 | 0.82 |
| Hex | A8 | FB | BE | 21 | 0 | 18 | 2 | 88 | 5B | 52 |
| Octal | 250 | 373 | 276 | 41 | 0 | 30 | 2 | 210 | 133 | 122 |
| Binary | 10101000 | 11111011 | 10111110 | 100001 | 0 | 11000 | 10 | 10001000 | 1011011 | 1010010 |
Color Harmonies of #A8FBBE
Complementary color
Monochromatic Colors of #A8FBBE
Black with #A8FBBE
Text Example
Text Example
White with #A8FBBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8FBBE; }
p { color: rgb(168,251,190); }
H1.HeaderClassName
{
color: #A8FBBE;
}
.AnyTagClassName
{
color: #A8FBBE;
}
</style>
background-color css
<style>
a { background-color: #A8FBBE; }
a { background-color: rgb(168,251,190); }
div.DivClassName
{
background-color: #A8FBBE;
}
.BgClassName
{
background-color: #A8FBBE;
}
</style>
border-color css
<style>
span { border-color: #A8FBBE; }
span { border-color: rgb(168,251,190); }
td.TdClassName
{
border-color: #A8FBBE;
}
.TagClassName
{
border-color: #A8FBBE;
}
</style>