Shades of Fringy Flower #9FF0B6
Tints of Fringy Flower #9FF0B6
RGB
CMYK
RGB Variations
Color information
#9FF0B6 (or 0x9FF0B6) is known color: Fringy Flower. HEX triplet: 9F, F0 and B6. RGB value is (159,240,182). Sum of RGB (Red+Green+Blue) = 159+240+182=581 (76% of max value = 765). Red value is 159 (62.5% from 255 or 27.37% from 581); Green value is 240 (94.14% from 255 or 41.31% from 581); Blue value is 182 (71.48% from 255 or 31.33% from 581); Max value from RGB is 240 - color contains mainly: green. Hex color #9FF0B6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9FF0B6 is #600F49. Grayscale: #D1D1D1. Windows color (decimal): -6295370 or 11989151. OLE color: 11989151.
HSL color Cylindrical-coordinate representation of color #9FF0B6: hue angle of 137.04º degrees, saturation: 0.73, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9FF0B6 is Cyan = 0.34, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 159 | 240 | 182 | - |
| CMYK | 0.34 | 0 | 0.24 | 0.06 |
| HSL | 137.04º | 0.73% | 0.78% | - |
| HSV(B) | 137.04º | 0.34% | 0.94% | - |
| XYZ | 53.9 | 73.07 | 55.52 | - |
| YUV | 209.17 | 112.66 | 92.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 240 | 182 | 0.34 | 0 | 0.24 | 0.06 | 137.04 | 0.73 | 0.78 |
| Hex | 9F | F0 | B6 | 22 | 0 | 18 | 6 | 89 | 49 | 4E |
| Octal | 237 | 360 | 266 | 42 | 0 | 30 | 6 | 211 | 111 | 116 |
| Binary | 10011111 | 11110000 | 10110110 | 100010 | 0 | 11000 | 110 | 10001001 | 1001001 | 1001110 |
Color Harmonies of #9FF0B6
Complementary color
Monochromatic Colors of #9FF0B6
Black with #9FF0B6
Text Example
Text Example
White with #9FF0B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FF0B6; }
p { color: rgb(159,240,182); }
H1.HeaderClassName
{
color: #9FF0B6;
}
.AnyTagClassName
{
color: #9FF0B6;
}
</style>
background-color css
<style>
a { background-color: #9FF0B6; }
a { background-color: rgb(159,240,182); }
div.DivClassName
{
background-color: #9FF0B6;
}
.BgClassName
{
background-color: #9FF0B6;
}
</style>
border-color css
<style>
span { border-color: #9FF0B6; }
span { border-color: rgb(159,240,182); }
td.TdClassName
{
border-color: #9FF0B6;
}
.TagClassName
{
border-color: #9FF0B6;
}
</style>