Shades of Conch #9FB5B1
Tints of Conch #9FB5B1
RGB
CMYK
RGB Variations
Color information
#9FB5B1 (or 0x9FB5B1) is known color: Conch. HEX triplet: 9F, B5 and B1. RGB value is (159,181,177). Sum of RGB (Red+Green+Blue) = 159+181+177=517 (68% of max value = 765). Red value is 159 (62.5% from 255 or 30.75% from 517); Green value is 181 (71.09% from 255 or 35.01% from 517); Blue value is 177 (69.53% from 255 or 34.24% from 517); Max value from RGB is 181 - color contains mainly: green. Hex color #9FB5B1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FB5B1 is #604A4E. Grayscale: #ADADAD. Windows color (decimal): -6310479 or 11646367. OLE color: 11646367.
HSL color Cylindrical-coordinate representation of color #9FB5B1: hue angle of 169.09º degrees, saturation: 0.13, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #9FB5B1 is Cyan = 0.12, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 159 | 181 | 177 | - |
| CMYK | 0.12 | 0 | 0.02 | 0.29 |
| HSL | 169.09º | 0.13% | 0.67% | - |
| HSV(B) | 169.09º | 0.12% | 0.71% | - |
| XYZ | 38.76 | 43.59 | 47.97 | - |
| YUV | 173.97 | 129.71 | 117.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 181 | 177 | 0.12 | 0 | 0.02 | 0.29 | 169.09 | 0.13 | 0.67 |
| Hex | 9F | B5 | B1 | C | 0 | 2 | 1D | A9 | D | 43 |
| Octal | 237 | 265 | 261 | 14 | 0 | 2 | 35 | 251 | 15 | 103 |
| Binary | 10011111 | 10110101 | 10110001 | 1100 | 0 | 10 | 11101 | 10101001 | 1101 | 1000011 |
Color Harmonies of #9FB5B1
Complementary color
Monochromatic Colors of #9FB5B1
Black with #9FB5B1
Text Example
Text Example
White with #9FB5B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FB5B1; }
p { color: rgb(159,181,177); }
H1.HeaderClassName
{
color: #9FB5B1;
}
.AnyTagClassName
{
color: #9FB5B1;
}
</style>
background-color css
<style>
a { background-color: #9FB5B1; }
a { background-color: rgb(159,181,177); }
div.DivClassName
{
background-color: #9FB5B1;
}
.BgClassName
{
background-color: #9FB5B1;
}
</style>
border-color css
<style>
span { border-color: #9FB5B1; }
span { border-color: rgb(159,181,177); }
td.TdClassName
{
border-color: #9FB5B1;
}
.TagClassName
{
border-color: #9FB5B1;
}
</style>