Shades of Conch #9FB1AD
Tints of Conch #9FB1AD
RGB
CMYK
RGB Variations
Color information
#9FB1AD (or 0x9FB1AD) is known color: Conch. HEX triplet: 9F, B1 and AD. RGB value is (159,177,173). Sum of RGB (Red+Green+Blue) = 159+177+173=509 (67% of max value = 765). Red value is 159 (62.5% from 255 or 31.24% from 509); Green value is 177 (69.53% from 255 or 34.77% from 509); Blue value is 173 (67.97% from 255 or 33.99% from 509); Max value from RGB is 177 - color contains mainly: green. Hex color #9FB1AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9FB1AD is #604E52. Grayscale: #ABABAB. Windows color (decimal): -6311507 or 11383199. OLE color: 11383199.
HSL color Cylindrical-coordinate representation of color #9FB1AD: hue angle of 166.67º 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 #9FB1AD is Cyan = 0.10, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 159 | 177 | 173 | - |
| CMYK | 0.10 | 0 | 0.02 | 0.31 |
| HSL | 166.67º | 0.1% | 0.66% | - |
| HSV(B) | 166.67º | 0.1% | 0.69% | - |
| XYZ | 37.56 | 41.83 | 45.63 | - |
| YUV | 171.16 | 129.04 | 119.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 177 | 173 | 0.10 | 0 | 0.02 | 0.31 | 166.67 | 0.1 | 0.66 |
| Hex | 9F | B1 | AD | A | 0 | 2 | 1F | A7 | A | 42 |
| Octal | 237 | 261 | 255 | 12 | 0 | 2 | 37 | 247 | 12 | 102 |
| Binary | 10011111 | 10110001 | 10101101 | 1010 | 0 | 10 | 11111 | 10100111 | 1010 | 1000010 |
Color Harmonies of #9FB1AD
Complementary color
Monochromatic Colors of #9FB1AD
Black with #9FB1AD
Text Example
Text Example
White with #9FB1AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FB1AD; }
p { color: rgb(159,177,173); }
H1.HeaderClassName
{
color: #9FB1AD;
}
.AnyTagClassName
{
color: #9FB1AD;
}
</style>
background-color css
<style>
a { background-color: #9FB1AD; }
a { background-color: rgb(159,177,173); }
div.DivClassName
{
background-color: #9FB1AD;
}
.BgClassName
{
background-color: #9FB1AD;
}
</style>
border-color css
<style>
span { border-color: #9FB1AD; }
span { border-color: rgb(159,177,173); }
td.TdClassName
{
border-color: #9FB1AD;
}
.TagClassName
{
border-color: #9FB1AD;
}
</style>