Shades of Conch #9CADA9
Tints of Conch #9CADA9
RGB
CMYK
RGB Variations
Color information
#9CADA9 (or 0x9CADA9) is known color: Conch. HEX triplet: 9C, AD and A9. RGB value is (156,173,169). Sum of RGB (Red+Green+Blue) = 156+173+169=498 (65% of max value = 765). Red value is 156 (61.33% from 255 or 31.33% from 498); Green value is 173 (67.97% from 255 or 34.74% from 498); Blue value is 169 (66.41% from 255 or 33.94% from 498); Max value from RGB is 173 - color contains mainly: green. Hex color #9CADA9 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9CADA9 is #635256. Grayscale: #A7A7A7. Windows color (decimal): -6509143 or 11120028. OLE color: 11120028.
HSL color Cylindrical-coordinate representation of color #9CADA9: hue angle of 165.88º degrees, saturation: 0.09, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #9CADA9 is Cyan = 0.10, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 156 | 173 | 169 | - |
| CMYK | 0.10 | 0 | 0.02 | 0.32 |
| HSL | 165.88º | 0.09% | 0.65% | - |
| HSV(B) | 165.88º | 0.1% | 0.68% | - |
| XYZ | 35.82 | 39.82 | 43.33 | - |
| YUV | 167.46 | 128.87 | 119.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 173 | 169 | 0.10 | 0 | 0.02 | 0.32 | 165.88 | 0.09 | 0.65 |
| Hex | 9C | AD | A9 | A | 0 | 2 | 20 | A6 | 9 | 41 |
| Octal | 234 | 255 | 251 | 12 | 0 | 2 | 40 | 246 | 11 | 101 |
| Binary | 10011100 | 10101101 | 10101001 | 1010 | 0 | 10 | 100000 | 10100110 | 1001 | 1000001 |
Color Harmonies of #9CADA9
Complementary color
Monochromatic Colors of #9CADA9
Black with #9CADA9
Text Example
Text Example
White with #9CADA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CADA9; }
p { color: rgb(156,173,169); }
H1.HeaderClassName
{
color: #9CADA9;
}
.AnyTagClassName
{
color: #9CADA9;
}
</style>
background-color css
<style>
a { background-color: #9CADA9; }
a { background-color: rgb(156,173,169); }
div.DivClassName
{
background-color: #9CADA9;
}
.BgClassName
{
background-color: #9CADA9;
}
</style>
border-color css
<style>
span { border-color: #9CADA9; }
span { border-color: rgb(156,173,169); }
td.TdClassName
{
border-color: #9CADA9;
}
.TagClassName
{
border-color: #9CADA9;
}
</style>