Shades of Fringy Flower #9FFABA
Tints of Fringy Flower #9FFABA
RGB
CMYK
RGB Variations
Color information
#9FFABA (or 0x9FFABA) is known color: Fringy Flower. HEX triplet: 9F, FA and BA. RGB value is (159,250,186). Sum of RGB (Red+Green+Blue) = 159+250+186=595 (78% of max value = 765). Red value is 159 (62.5% from 255 or 26.72% from 595); Green value is 250 (98.05% from 255 or 42.02% from 595); Blue value is 186 (73.05% from 255 or 31.26% from 595); Max value from RGB is 250 - color contains mainly: green. Hex color #9FFABA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9FFABA is #600545. Grayscale: #D7D7D7. Windows color (decimal): -6292806 or 12253855. OLE color: 12253855.
HSL color Cylindrical-coordinate representation of color #9FFABA: hue angle of 137.8º degrees, saturation: 0.9, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9FFABA is Cyan = 0.36, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 159 | 250 | 186 | - |
| CMYK | 0.36 | 0 | 0.26 | 0.02 |
| HSL | 137.8º | 0.9% | 0.8% | - |
| HSV(B) | 137.8º | 0.36% | 0.98% | - |
| XYZ | 57.35 | 79.29 | 58.74 | - |
| YUV | 215.5 | 111.35 | 87.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 250 | 186 | 0.36 | 0 | 0.26 | 0.02 | 137.8 | 0.9 | 0.8 |
| Hex | 9F | FA | BA | 24 | 0 | 1A | 2 | 8A | 5A | 50 |
| Octal | 237 | 372 | 272 | 44 | 0 | 32 | 2 | 212 | 132 | 120 |
| Binary | 10011111 | 11111010 | 10111010 | 100100 | 0 | 11010 | 10 | 10001010 | 1011010 | 1010000 |
Color Harmonies of #9FFABA
Complementary color
Monochromatic Colors of #9FFABA
Black with #9FFABA
Text Example
Text Example
White with #9FFABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FFABA; }
p { color: rgb(159,250,186); }
H1.HeaderClassName
{
color: #9FFABA;
}
.AnyTagClassName
{
color: #9FFABA;
}
</style>
background-color css
<style>
a { background-color: #9FFABA; }
a { background-color: rgb(159,250,186); }
div.DivClassName
{
background-color: #9FFABA;
}
.BgClassName
{
background-color: #9FFABA;
}
</style>
border-color css
<style>
span { border-color: #9FFABA; }
span { border-color: rgb(159,250,186); }
td.TdClassName
{
border-color: #9FFABA;
}
.TagClassName
{
border-color: #9FFABA;
}
</style>