Shades of Conch #9FB0AF
Tints of Conch #9FB0AF
RGB
CMYK
RGB Variations
Color information
#9FB0AF (or 0x9FB0AF) is known color: Conch. HEX triplet: 9F, B0 and AF. RGB value is (159,176,175). Sum of RGB (Red+Green+Blue) = 159+176+175=510 (67% of max value = 765). Red value is 159 (62.5% from 255 or 31.18% from 510); Green value is 176 (69.14% from 255 or 34.51% from 510); Blue value is 175 (68.75% from 255 or 34.31% from 510); Max value from RGB is 176 - color contains mainly: green. Hex color #9FB0AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9FB0AF is #604F50. Grayscale: #AAAAAA. Windows color (decimal): -6311761 or 11514015. OLE color: 11514015.
HSL color Cylindrical-coordinate representation of color #9FB0AF: hue angle of 176.47º degrees, saturation: 0.1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #9FB0AF is Cyan = 0.10, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 159 | 176 | 175 | - |
| CMYK | 0.10 | 0 | 0.01 | 0.31 |
| HSL | 176.47º | 0.1% | 0.66% | - |
| HSV(B) | 176.47º | 0.1% | 0.69% | - |
| XYZ | 37.56 | 41.52 | 46.59 | - |
| YUV | 170.8 | 130.37 | 119.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 176 | 175 | 0.10 | 0 | 0.01 | 0.31 | 176.47 | 0.1 | 0.66 |
| Hex | 9F | B0 | AF | A | 0 | 1 | 1F | B0 | A | 42 |
| Octal | 237 | 260 | 257 | 12 | 0 | 1 | 37 | 260 | 12 | 102 |
| Binary | 10011111 | 10110000 | 10101111 | 1010 | 0 | 1 | 11111 | 10110000 | 1010 | 1000010 |
Color Harmonies of #9FB0AF
Complementary color
Monochromatic Colors of #9FB0AF
Black with #9FB0AF
Text Example
Text Example
White with #9FB0AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FB0AF; }
p { color: rgb(159,176,175); }
H1.HeaderClassName
{
color: #9FB0AF;
}
.AnyTagClassName
{
color: #9FB0AF;
}
</style>
background-color css
<style>
a { background-color: #9FB0AF; }
a { background-color: rgb(159,176,175); }
div.DivClassName
{
background-color: #9FB0AF;
}
.BgClassName
{
background-color: #9FB0AF;
}
</style>
border-color css
<style>
span { border-color: #9FB0AF; }
span { border-color: rgb(159,176,175); }
td.TdClassName
{
border-color: #9FB0AF;
}
.TagClassName
{
border-color: #9FB0AF;
}
</style>