Shades of Conch #9CB0AB
Tints of Conch #9CB0AB
RGB
CMYK
RGB Variations
Color information
#9CB0AB (or 0x9CB0AB) is known color: Conch. HEX triplet: 9C, B0 and AB. RGB value is (156,176,171). Sum of RGB (Red+Green+Blue) = 156+176+171=503 (66% of max value = 765). Red value is 156 (61.33% from 255 or 31.01% from 503); Green value is 176 (69.14% from 255 or 34.99% from 503); Blue value is 171 (67.19% from 255 or 34.00% from 503); Max value from RGB is 176 - color contains mainly: green. Hex color #9CB0AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9CB0AB is #634F54. Grayscale: #A9A9A9. Windows color (decimal): -6508373 or 11251868. OLE color: 11251868.
HSL color Cylindrical-coordinate representation of color #9CB0AB: hue angle of 165º degrees, saturation: 0.11, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #9CB0AB is Cyan = 0.11, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 156 | 176 | 171 | - |
| CMYK | 0.11 | 0 | 0.03 | 0.31 |
| HSL | 165º | 0.11% | 0.65% | - |
| HSV(B) | 165º | 0.11% | 0.69% | - |
| XYZ | 36.59 | 41.06 | 44.52 | - |
| YUV | 169.45 | 128.87 | 118.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 176 | 171 | 0.11 | 0 | 0.03 | 0.31 | 165 | 0.11 | 0.65 |
| Hex | 9C | B0 | AB | B | 0 | 3 | 1F | A5 | B | 41 |
| Octal | 234 | 260 | 253 | 13 | 0 | 3 | 37 | 245 | 13 | 101 |
| Binary | 10011100 | 10110000 | 10101011 | 1011 | 0 | 11 | 11111 | 10100101 | 1011 | 1000001 |
Color Harmonies of #9CB0AB
Complementary color
Monochromatic Colors of #9CB0AB
Black with #9CB0AB
Text Example
Text Example
White with #9CB0AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CB0AB; }
p { color: rgb(156,176,171); }
H1.HeaderClassName
{
color: #9CB0AB;
}
.AnyTagClassName
{
color: #9CB0AB;
}
</style>
background-color css
<style>
a { background-color: #9CB0AB; }
a { background-color: rgb(156,176,171); }
div.DivClassName
{
background-color: #9CB0AB;
}
.BgClassName
{
background-color: #9CB0AB;
}
</style>
border-color css
<style>
span { border-color: #9CB0AB; }
span { border-color: rgb(156,176,171); }
td.TdClassName
{
border-color: #9CB0AB;
}
.TagClassName
{
border-color: #9CB0AB;
}
</style>