Shades of Conch #9CB1AB
Tints of Conch #9CB1AB
RGB
CMYK
RGB Variations
Color information
#9CB1AB (or 0x9CB1AB) is known color: Conch. HEX triplet: 9C, B1 and AB. RGB value is (156,177,171). Sum of RGB (Red+Green+Blue) = 156+177+171=504 (66% of max value = 765). Red value is 156 (61.33% from 255 or 30.95% from 504); Green value is 177 (69.53% from 255 or 35.12% from 504); Blue value is 171 (67.19% from 255 or 33.93% from 504); Max value from RGB is 177 - color contains mainly: green. Hex color #9CB1AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9CB1AB is #634E54. Grayscale: #AAAAAA. Windows color (decimal): -6508117 or 11252124. OLE color: 11252124.
HSL color Cylindrical-coordinate representation of color #9CB1AB: hue angle of 162.86º degrees, saturation: 0.12, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #9CB1AB is Cyan = 0.12, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 156 | 177 | 171 | - |
| CMYK | 0.12 | 0 | 0.03 | 0.31 |
| HSL | 162.86º | 0.12% | 0.65% | - |
| HSV(B) | 162.86º | 0.12% | 0.69% | - |
| XYZ | 36.78 | 41.45 | 44.59 | - |
| YUV | 170.04 | 128.54 | 117.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 177 | 171 | 0.12 | 0 | 0.03 | 0.31 | 162.86 | 0.12 | 0.65 |
| Hex | 9C | B1 | AB | C | 0 | 3 | 1F | A3 | C | 41 |
| Octal | 234 | 261 | 253 | 14 | 0 | 3 | 37 | 243 | 14 | 101 |
| Binary | 10011100 | 10110001 | 10101011 | 1100 | 0 | 11 | 11111 | 10100011 | 1100 | 1000001 |
Color Harmonies of #9CB1AB
Complementary color
Monochromatic Colors of #9CB1AB
Black with #9CB1AB
Text Example
Text Example
White with #9CB1AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CB1AB; }
p { color: rgb(156,177,171); }
H1.HeaderClassName
{
color: #9CB1AB;
}
.AnyTagClassName
{
color: #9CB1AB;
}
</style>
background-color css
<style>
a { background-color: #9CB1AB; }
a { background-color: rgb(156,177,171); }
div.DivClassName
{
background-color: #9CB1AB;
}
.BgClassName
{
background-color: #9CB1AB;
}
</style>
border-color css
<style>
span { border-color: #9CB1AB; }
span { border-color: rgb(156,177,171); }
td.TdClassName
{
border-color: #9CB1AB;
}
.TagClassName
{
border-color: #9CB1AB;
}
</style>