Shades of Conch #9CB2AC
Tints of Conch #9CB2AC
RGB
CMYK
RGB Variations
Color information
#9CB2AC (or 0x9CB2AC) is known color: Conch. HEX triplet: 9C, B2 and AC. RGB value is (156,178,172). Sum of RGB (Red+Green+Blue) = 156+178+172=506 (67% of max value = 765). Red value is 156 (61.33% from 255 or 30.83% from 506); Green value is 178 (69.92% from 255 or 35.18% from 506); Blue value is 172 (67.58% from 255 or 33.99% from 506); Max value from RGB is 178 - color contains mainly: green. Hex color #9CB2AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9CB2AC is #634D53. Grayscale: #AAAAAA. Windows color (decimal): -6507860 or 11317916. OLE color: 11317916.
HSL color Cylindrical-coordinate representation of color #9CB2AC: hue angle of 163.64º degrees, saturation: 0.12, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #9CB2AC is Cyan = 0.12, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 156 | 178 | 172 | - |
| CMYK | 0.12 | 0 | 0.03 | 0.30 |
| HSL | 163.64º | 0.13% | 0.65% | - |
| HSV(B) | 163.64º | 0.12% | 0.7% | - |
| XYZ | 37.08 | 41.89 | 45.16 | - |
| YUV | 170.74 | 128.71 | 117.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 178 | 172 | 0.12 | 0 | 0.03 | 0.30 | 163.64 | 0.13 | 0.65 |
| Hex | 9C | B2 | AC | C | 0 | 3 | 1E | A4 | C | 41 |
| Octal | 234 | 262 | 254 | 14 | 0 | 3 | 36 | 244 | 14 | 101 |
| Binary | 10011100 | 10110010 | 10101100 | 1100 | 0 | 11 | 11110 | 10100100 | 1100 | 1000001 |
Color Harmonies of #9CB2AC
Complementary color
Monochromatic Colors of #9CB2AC
Black with #9CB2AC
Text Example
Text Example
White with #9CB2AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CB2AC; }
p { color: rgb(156,178,172); }
H1.HeaderClassName
{
color: #9CB2AC;
}
.AnyTagClassName
{
color: #9CB2AC;
}
</style>
background-color css
<style>
a { background-color: #9CB2AC; }
a { background-color: rgb(156,178,172); }
div.DivClassName
{
background-color: #9CB2AC;
}
.BgClassName
{
background-color: #9CB2AC;
}
</style>
border-color css
<style>
span { border-color: #9CB2AC; }
span { border-color: rgb(156,178,172); }
td.TdClassName
{
border-color: #9CB2AC;
}
.TagClassName
{
border-color: #9CB2AC;
}
</style>