Shades of Fringy Flower #9FF3BA
Tints of Fringy Flower #9FF3BA
RGB
CMYK
RGB Variations
Color information
#9FF3BA (or 0x9FF3BA) is known color: Fringy Flower. HEX triplet: 9F, F3 and BA. RGB value is (159,243,186). Sum of RGB (Red+Green+Blue) = 159+243+186=588 (77% of max value = 765). Red value is 159 (62.5% from 255 or 27.04% from 588); Green value is 243 (95.31% from 255 or 41.33% from 588); Blue value is 186 (73.05% from 255 or 31.63% from 588); Max value from RGB is 243 - color contains mainly: green. Hex color #9FF3BA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9FF3BA is #600C45. Grayscale: #D3D3D3. Windows color (decimal): -6294598 or 12252063. OLE color: 12252063.
HSL color Cylindrical-coordinate representation of color #9FF3BA: hue angle of 139.29º degrees, saturation: 0.78, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9FF3BA is Cyan = 0.35, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 159 | 243 | 186 | - |
| CMYK | 0.35 | 0 | 0.23 | 0.05 |
| HSL | 139.29º | 0.78% | 0.79% | - |
| HSV(B) | 139.29º | 0.35% | 0.95% | - |
| XYZ | 55.21 | 75.02 | 58.02 | - |
| YUV | 211.39 | 113.67 | 90.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 243 | 186 | 0.35 | 0 | 0.23 | 0.05 | 139.29 | 0.78 | 0.79 |
| Hex | 9F | F3 | BA | 23 | 0 | 17 | 5 | 8B | 4E | 4F |
| Octal | 237 | 363 | 272 | 43 | 0 | 27 | 5 | 213 | 116 | 117 |
| Binary | 10011111 | 11110011 | 10111010 | 100011 | 0 | 10111 | 101 | 10001011 | 1001110 | 1001111 |
Color Harmonies of #9FF3BA
Complementary color
Monochromatic Colors of #9FF3BA
Black with #9FF3BA
Text Example
Text Example
White with #9FF3BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FF3BA; }
p { color: rgb(159,243,186); }
H1.HeaderClassName
{
color: #9FF3BA;
}
.AnyTagClassName
{
color: #9FF3BA;
}
</style>
background-color css
<style>
a { background-color: #9FF3BA; }
a { background-color: rgb(159,243,186); }
div.DivClassName
{
background-color: #9FF3BA;
}
.BgClassName
{
background-color: #9FF3BA;
}
</style>
border-color css
<style>
span { border-color: #9FF3BA; }
span { border-color: rgb(159,243,186); }
td.TdClassName
{
border-color: #9FF3BA;
}
.TagClassName
{
border-color: #9FF3BA;
}
</style>