Shades of Fringy Flower #9FF5BA
Tints of Fringy Flower #9FF5BA
RGB
CMYK
RGB Variations
Color information
#9FF5BA (or 0x9FF5BA) is known color: Fringy Flower. HEX triplet: 9F, F5 and BA. RGB value is (159,245,186). Sum of RGB (Red+Green+Blue) = 159+245+186=590 (78% of max value = 765). Red value is 159 (62.5% from 255 or 26.95% from 590); Green value is 245 (96.09% from 255 or 41.53% from 590); Blue value is 186 (73.05% from 255 or 31.53% from 590); Max value from RGB is 245 - color contains mainly: green. Hex color #9FF5BA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9FF5BA is #600A45. Grayscale: #D4D4D4. Windows color (decimal): -6294086 or 12252575. OLE color: 12252575.
HSL color Cylindrical-coordinate representation of color #9FF5BA: hue angle of 138.84º degrees, saturation: 0.81, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9FF5BA is Cyan = 0.35, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 159 | 245 | 186 | - |
| CMYK | 0.35 | 0 | 0.24 | 0.04 |
| HSL | 138.84º | 0.81% | 0.79% | - |
| HSV(B) | 138.84º | 0.35% | 0.96% | - |
| XYZ | 55.81 | 76.22 | 58.22 | - |
| YUV | 212.56 | 113.01 | 89.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 245 | 186 | 0.35 | 0 | 0.24 | 0.04 | 138.84 | 0.81 | 0.79 |
| Hex | 9F | F5 | BA | 23 | 0 | 18 | 4 | 8B | 51 | 4F |
| Octal | 237 | 365 | 272 | 43 | 0 | 30 | 4 | 213 | 121 | 117 |
| Binary | 10011111 | 11110101 | 10111010 | 100011 | 0 | 11000 | 100 | 10001011 | 1010001 | 1001111 |
Color Harmonies of #9FF5BA
Complementary color
Monochromatic Colors of #9FF5BA
Black with #9FF5BA
Text Example
Text Example
White with #9FF5BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FF5BA; }
p { color: rgb(159,245,186); }
H1.HeaderClassName
{
color: #9FF5BA;
}
.AnyTagClassName
{
color: #9FF5BA;
}
</style>
background-color css
<style>
a { background-color: #9FF5BA; }
a { background-color: rgb(159,245,186); }
div.DivClassName
{
background-color: #9FF5BA;
}
.BgClassName
{
background-color: #9FF5BA;
}
</style>
border-color css
<style>
span { border-color: #9FF5BA; }
span { border-color: rgb(159,245,186); }
td.TdClassName
{
border-color: #9FF5BA;
}
.TagClassName
{
border-color: #9FF5BA;
}
</style>