Shades of Conch #9FBAB7
Tints of Conch #9FBAB7
RGB
CMYK
RGB Variations
Color information
#9FBAB7 (or 0x9FBAB7) is known color: Conch. HEX triplet: 9F, BA and B7. RGB value is (159,186,183). Sum of RGB (Red+Green+Blue) = 159+186+183=528 (69% of max value = 765). Red value is 159 (62.5% from 255 or 30.11% from 528); Green value is 186 (73.05% from 255 or 35.23% from 528); Blue value is 183 (71.88% from 255 or 34.66% from 528); Max value from RGB is 186 - color contains mainly: green. Hex color #9FBAB7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FBAB7 is #604548. Grayscale: #B1B1B1. Windows color (decimal): -6309193 or 12040863. OLE color: 12040863.
HSL color Cylindrical-coordinate representation of color #9FBAB7: hue angle of 173.33º degrees, saturation: 0.16, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #9FBAB7 is Cyan = 0.15, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 159 | 186 | 183 | - |
| CMYK | 0.15 | 0 | 0.02 | 0.27 |
| HSL | 173.33º | 0.16% | 0.68% | - |
| HSV(B) | 173.33º | 0.15% | 0.73% | - |
| XYZ | 40.4 | 45.91 | 51.53 | - |
| YUV | 177.59 | 131.05 | 114.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 186 | 183 | 0.15 | 0 | 0.02 | 0.27 | 173.33 | 0.16 | 0.68 |
| Hex | 9F | BA | B7 | F | 0 | 2 | 1B | AD | 10 | 44 |
| Octal | 237 | 272 | 267 | 17 | 0 | 2 | 33 | 255 | 20 | 104 |
| Binary | 10011111 | 10111010 | 10110111 | 1111 | 0 | 10 | 11011 | 10101101 | 10000 | 1000100 |
Color Harmonies of #9FBAB7
Complementary color
Monochromatic Colors of #9FBAB7
Black with #9FBAB7
Text Example
Text Example
White with #9FBAB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FBAB7; }
p { color: rgb(159,186,183); }
H1.HeaderClassName
{
color: #9FBAB7;
}
.AnyTagClassName
{
color: #9FBAB7;
}
</style>
background-color css
<style>
a { background-color: #9FBAB7; }
a { background-color: rgb(159,186,183); }
div.DivClassName
{
background-color: #9FBAB7;
}
.BgClassName
{
background-color: #9FBAB7;
}
</style>
border-color css
<style>
span { border-color: #9FBAB7; }
span { border-color: rgb(159,186,183); }
td.TdClassName
{
border-color: #9FBAB7;
}
.TagClassName
{
border-color: #9FBAB7;
}
</style>