Shades of Conch #9DB2AD
Tints of Conch #9DB2AD
RGB
CMYK
RGB Variations
Color information
#9DB2AD (or 0x9DB2AD) is known color: Conch. HEX triplet: 9D, B2 and AD. RGB value is (157,178,173). Sum of RGB (Red+Green+Blue) = 157+178+173=508 (67% of max value = 765). Red value is 157 (61.72% from 255 or 30.91% from 508); Green value is 178 (69.92% from 255 or 35.04% from 508); Blue value is 173 (67.97% from 255 or 34.06% from 508); Max value from RGB is 178 - color contains mainly: green. Hex color #9DB2AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9DB2AD is #624D52. Grayscale: #ABABAB. Windows color (decimal): -6442323 or 11383453. OLE color: 11383453.
HSL color Cylindrical-coordinate representation of color #9DB2AD: hue angle of 165.71º 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 #9DB2AD is Cyan = 0.12, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 157 | 178 | 173 | - |
| CMYK | 0.12 | 0 | 0.03 | 0.30 |
| HSL | 165.71º | 0.12% | 0.66% | - |
| HSV(B) | 165.71º | 0.12% | 0.7% | - |
| XYZ | 37.37 | 42.03 | 45.68 | - |
| YUV | 171.15 | 129.04 | 117.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 178 | 173 | 0.12 | 0 | 0.03 | 0.30 | 165.71 | 0.12 | 0.66 |
| Hex | 9D | B2 | AD | C | 0 | 3 | 1E | A6 | C | 42 |
| Octal | 235 | 262 | 255 | 14 | 0 | 3 | 36 | 246 | 14 | 102 |
| Binary | 10011101 | 10110010 | 10101101 | 1100 | 0 | 11 | 11110 | 10100110 | 1100 | 1000010 |
Color Harmonies of #9DB2AD
Complementary color
Monochromatic Colors of #9DB2AD
Black with #9DB2AD
Text Example
Text Example
White with #9DB2AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DB2AD; }
p { color: rgb(157,178,173); }
H1.HeaderClassName
{
color: #9DB2AD;
}
.AnyTagClassName
{
color: #9DB2AD;
}
</style>
background-color css
<style>
a { background-color: #9DB2AD; }
a { background-color: rgb(157,178,173); }
div.DivClassName
{
background-color: #9DB2AD;
}
.BgClassName
{
background-color: #9DB2AD;
}
</style>
border-color css
<style>
span { border-color: #9DB2AD; }
span { border-color: rgb(157,178,173); }
td.TdClassName
{
border-color: #9DB2AD;
}
.TagClassName
{
border-color: #9DB2AD;
}
</style>