Shades of Fringy Flower #A0F6BB
Tints of Fringy Flower #A0F6BB
RGB
CMYK
RGB Variations
Color information
#A0F6BB (or 0xA0F6BB) is known color: Fringy Flower. HEX triplet: A0, F6 and BB. RGB value is (160,246,187). Sum of RGB (Red+Green+Blue) = 160+246+187=593 (78% of max value = 765). Red value is 160 (62.89% from 255 or 26.98% from 593); Green value is 246 (96.48% from 255 or 41.48% from 593); Blue value is 187 (73.44% from 255 or 31.53% from 593); Max value from RGB is 246 - color contains mainly: green. Hex color #A0F6BB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A0F6BB is #5F0944. Grayscale: #D5D5D5. Windows color (decimal): -6228293 or 12318368. OLE color: 12318368.
HSL color Cylindrical-coordinate representation of color #A0F6BB: hue angle of 138.84º degrees, saturation: 0.83, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A0F6BB is Cyan = 0.35, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 160 | 246 | 187 | - |
| CMYK | 0.35 | 0 | 0.24 | 0.04 |
| HSL | 138.84º | 0.83% | 0.8% | - |
| HSV(B) | 138.84º | 0.35% | 0.96% | - |
| XYZ | 56.42 | 76.97 | 58.9 | - |
| YUV | 213.56 | 113.01 | 89.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 246 | 187 | 0.35 | 0 | 0.24 | 0.04 | 138.84 | 0.83 | 0.8 |
| Hex | A0 | F6 | BB | 23 | 0 | 18 | 4 | 8B | 53 | 50 |
| Octal | 240 | 366 | 273 | 43 | 0 | 30 | 4 | 213 | 123 | 120 |
| Binary | 10100000 | 11110110 | 10111011 | 100011 | 0 | 11000 | 100 | 10001011 | 1010011 | 1010000 |
Color Harmonies of #A0F6BB
Complementary color
Monochromatic Colors of #A0F6BB
Black with #A0F6BB
Text Example
Text Example
White with #A0F6BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0F6BB; }
p { color: rgb(160,246,187); }
H1.HeaderClassName
{
color: #A0F6BB;
}
.AnyTagClassName
{
color: #A0F6BB;
}
</style>
background-color css
<style>
a { background-color: #A0F6BB; }
a { background-color: rgb(160,246,187); }
div.DivClassName
{
background-color: #A0F6BB;
}
.BgClassName
{
background-color: #A0F6BB;
}
</style>
border-color css
<style>
span { border-color: #A0F6BB; }
span { border-color: rgb(160,246,187); }
td.TdClassName
{
border-color: #A0F6BB;
}
.TagClassName
{
border-color: #A0F6BB;
}
</style>