Shades of Fringy Flower #9FF2BA
Tints of Fringy Flower #9FF2BA
RGB
CMYK
RGB Variations
Color information
#9FF2BA (or 0x9FF2BA) is known color: Fringy Flower. HEX triplet: 9F, F2 and BA. RGB value is (159,242,186). Sum of RGB (Red+Green+Blue) = 159+242+186=587 (77% of max value = 765). Red value is 159 (62.5% from 255 or 27.09% from 587); Green value is 242 (94.92% from 255 or 41.23% from 587); Blue value is 186 (73.05% from 255 or 31.69% from 587); Max value from RGB is 242 - color contains mainly: green. Hex color #9FF2BA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9FF2BA is #600D45. Grayscale: #D2D2D2. Windows color (decimal): -6294854 or 12251807. OLE color: 12251807.
HSL color Cylindrical-coordinate representation of color #9FF2BA: hue angle of 139.52º degrees, saturation: 0.76, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9FF2BA is Cyan = 0.34, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 159 | 242 | 186 | - |
| CMYK | 0.34 | 0 | 0.23 | 0.05 |
| HSL | 139.52º | 0.76% | 0.79% | - |
| HSV(B) | 139.52º | 0.34% | 0.95% | - |
| XYZ | 54.91 | 74.42 | 57.92 | - |
| YUV | 210.8 | 114 | 91.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 242 | 186 | 0.34 | 0 | 0.23 | 0.05 | 139.52 | 0.76 | 0.79 |
| Hex | 9F | F2 | BA | 22 | 0 | 17 | 5 | 8C | 4C | 4F |
| Octal | 237 | 362 | 272 | 42 | 0 | 27 | 5 | 214 | 114 | 117 |
| Binary | 10011111 | 11110010 | 10111010 | 100010 | 0 | 10111 | 101 | 10001100 | 1001100 | 1001111 |
Color Harmonies of #9FF2BA
Complementary color
Monochromatic Colors of #9FF2BA
Black with #9FF2BA
Text Example
Text Example
White with #9FF2BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FF2BA; }
p { color: rgb(159,242,186); }
H1.HeaderClassName
{
color: #9FF2BA;
}
.AnyTagClassName
{
color: #9FF2BA;
}
</style>
background-color css
<style>
a { background-color: #9FF2BA; }
a { background-color: rgb(159,242,186); }
div.DivClassName
{
background-color: #9FF2BA;
}
.BgClassName
{
background-color: #9FF2BA;
}
</style>
border-color css
<style>
span { border-color: #9FF2BA; }
span { border-color: rgb(159,242,186); }
td.TdClassName
{
border-color: #9FF2BA;
}
.TagClassName
{
border-color: #9FF2BA;
}
</style>