Shades of Conch #9DB2AC
Tints of Conch #9DB2AC
RGB
CMYK
RGB Variations
Color information
#9DB2AC (or 0x9DB2AC) is known color: Conch. HEX triplet: 9D, B2 and AC. RGB value is (157,178,172). Sum of RGB (Red+Green+Blue) = 157+178+172=507 (67% of max value = 765). Red value is 157 (61.72% from 255 or 30.97% from 507); Green value is 178 (69.92% from 255 or 35.11% from 507); Blue value is 172 (67.58% from 255 or 33.93% from 507); Max value from RGB is 178 - color contains mainly: green. Hex color #9DB2AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9DB2AC is #624D53. Grayscale: #ABABAB. Windows color (decimal): -6442324 or 11317917. OLE color: 11317917.
HSL color Cylindrical-coordinate representation of color #9DB2AC: hue angle of 162.86º degrees, saturation: 0.12, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #9DB2AC is Cyan = 0.12, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 157 | 178 | 172 | - |
| CMYK | 0.12 | 0 | 0.03 | 0.30 |
| HSL | 162.86º | 0.12% | 0.66% | - |
| HSV(B) | 162.86º | 0.12% | 0.7% | - |
| XYZ | 37.27 | 41.99 | 45.17 | - |
| YUV | 171.04 | 128.54 | 117.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 178 | 172 | 0.12 | 0 | 0.03 | 0.30 | 162.86 | 0.12 | 0.66 |
| Hex | 9D | B2 | AC | C | 0 | 3 | 1E | A3 | C | 42 |
| Octal | 235 | 262 | 254 | 14 | 0 | 3 | 36 | 243 | 14 | 102 |
| Binary | 10011101 | 10110010 | 10101100 | 1100 | 0 | 11 | 11110 | 10100011 | 1100 | 1000010 |
Color Harmonies of #9DB2AC
Complementary color
Monochromatic Colors of #9DB2AC
Black with #9DB2AC
Text Example
Text Example
White with #9DB2AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DB2AC; }
p { color: rgb(157,178,172); }
H1.HeaderClassName
{
color: #9DB2AC;
}
.AnyTagClassName
{
color: #9DB2AC;
}
</style>
background-color css
<style>
a { background-color: #9DB2AC; }
a { background-color: rgb(157,178,172); }
div.DivClassName
{
background-color: #9DB2AC;
}
.BgClassName
{
background-color: #9DB2AC;
}
</style>
border-color css
<style>
span { border-color: #9DB2AC; }
span { border-color: rgb(157,178,172); }
td.TdClassName
{
border-color: #9DB2AC;
}
.TagClassName
{
border-color: #9DB2AC;
}
</style>