Shades of Conch #9FB3AD
Tints of Conch #9FB3AD
RGB
CMYK
RGB Variations
Color information
#9FB3AD (or 0x9FB3AD) is known color: Conch. HEX triplet: 9F, B3 and AD. RGB value is (159,179,173). Sum of RGB (Red+Green+Blue) = 159+179+173=511 (67% of max value = 765). Red value is 159 (62.5% from 255 or 31.12% from 511); Green value is 179 (70.31% from 255 or 35.03% from 511); Blue value is 173 (67.97% from 255 or 33.86% from 511); Max value from RGB is 179 - color contains mainly: green. Hex color #9FB3AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FB3AD is #604C52. Grayscale: #ACACAC. Windows color (decimal): -6310995 or 11383711. OLE color: 11383711.
HSL color Cylindrical-coordinate representation of color #9FB3AD: hue angle of 162º degrees, saturation: 0.12, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #9FB3AD is Cyan = 0.11, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 159 | 179 | 173 | - |
| CMYK | 0.11 | 0 | 0.03 | 0.30 |
| HSL | 162º | 0.12% | 0.66% | - |
| HSV(B) | 162º | 0.11% | 0.7% | - |
| XYZ | 37.96 | 42.63 | 45.76 | - |
| YUV | 172.34 | 128.37 | 118.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 179 | 173 | 0.11 | 0 | 0.03 | 0.30 | 162 | 0.12 | 0.66 |
| Hex | 9F | B3 | AD | B | 0 | 3 | 1E | A2 | C | 42 |
| Octal | 237 | 263 | 255 | 13 | 0 | 3 | 36 | 242 | 14 | 102 |
| Binary | 10011111 | 10110011 | 10101101 | 1011 | 0 | 11 | 11110 | 10100010 | 1100 | 1000010 |
Color Harmonies of #9FB3AD
Complementary color
Monochromatic Colors of #9FB3AD
Black with #9FB3AD
Text Example
Text Example
White with #9FB3AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FB3AD; }
p { color: rgb(159,179,173); }
H1.HeaderClassName
{
color: #9FB3AD;
}
.AnyTagClassName
{
color: #9FB3AD;
}
</style>
background-color css
<style>
a { background-color: #9FB3AD; }
a { background-color: rgb(159,179,173); }
div.DivClassName
{
background-color: #9FB3AD;
}
.BgClassName
{
background-color: #9FB3AD;
}
</style>
border-color css
<style>
span { border-color: #9FB3AD; }
span { border-color: rgb(159,179,173); }
td.TdClassName
{
border-color: #9FB3AD;
}
.TagClassName
{
border-color: #9FB3AD;
}
</style>