Shades of Fringy Flower #9FF3B8
Tints of Fringy Flower #9FF3B8
RGB
CMYK
RGB Variations
Color information
#9FF3B8 (or 0x9FF3B8) is known color: Fringy Flower. HEX triplet: 9F, F3 and B8. RGB value is (159,243,184). Sum of RGB (Red+Green+Blue) = 159+243+184=586 (77% of max value = 765). Red value is 159 (62.5% from 255 or 27.13% from 586); Green value is 243 (95.31% from 255 or 41.47% from 586); Blue value is 184 (72.27% from 255 or 31.40% from 586); Max value from RGB is 243 - color contains mainly: green. Hex color #9FF3B8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9FF3B8 is #600C47. Grayscale: #D3D3D3. Windows color (decimal): -6294600 or 12120991. OLE color: 12120991.
HSL color Cylindrical-coordinate representation of color #9FF3B8: hue angle of 137.86º 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 #9FF3B8 is Cyan = 0.35, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 159 | 243 | 184 | - |
| CMYK | 0.35 | 0 | 0.24 | 0.05 |
| HSL | 137.86º | 0.78% | 0.79% | - |
| HSV(B) | 137.86º | 0.35% | 0.95% | - |
| XYZ | 55 | 74.93 | 56.91 | - |
| YUV | 211.16 | 112.67 | 90.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 243 | 184 | 0.35 | 0 | 0.24 | 0.05 | 137.86 | 0.78 | 0.79 |
| Hex | 9F | F3 | B8 | 23 | 0 | 18 | 5 | 8A | 4E | 4F |
| Octal | 237 | 363 | 270 | 43 | 0 | 30 | 5 | 212 | 116 | 117 |
| Binary | 10011111 | 11110011 | 10111000 | 100011 | 0 | 11000 | 101 | 10001010 | 1001110 | 1001111 |
Color Harmonies of #9FF3B8
Complementary color
Monochromatic Colors of #9FF3B8
Black with #9FF3B8
Text Example
Text Example
White with #9FF3B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FF3B8; }
p { color: rgb(159,243,184); }
H1.HeaderClassName
{
color: #9FF3B8;
}
.AnyTagClassName
{
color: #9FF3B8;
}
</style>
background-color css
<style>
a { background-color: #9FF3B8; }
a { background-color: rgb(159,243,184); }
div.DivClassName
{
background-color: #9FF3B8;
}
.BgClassName
{
background-color: #9FF3B8;
}
</style>
border-color css
<style>
span { border-color: #9FF3B8; }
span { border-color: rgb(159,243,184); }
td.TdClassName
{
border-color: #9FF3B8;
}
.TagClassName
{
border-color: #9FF3B8;
}
</style>