Shades of Conch #9DB0AB
Tints of Conch #9DB0AB
RGB
CMYK
RGB Variations
Color information
#9DB0AB (or 0x9DB0AB) is known color: Conch. HEX triplet: 9D, B0 and AB. RGB value is (157,176,171). Sum of RGB (Red+Green+Blue) = 157+176+171=504 (66% of max value = 765). Red value is 157 (61.72% from 255 or 31.15% from 504); Green value is 176 (69.14% from 255 or 34.92% from 504); Blue value is 171 (67.19% from 255 or 33.93% from 504); Max value from RGB is 176 - color contains mainly: green. Hex color #9DB0AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9DB0AB is #624F54. Grayscale: #A9A9A9. Windows color (decimal): -6442837 or 11251869. OLE color: 11251869.
HSL color Cylindrical-coordinate representation of color #9DB0AB: hue angle of 164.21º 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 #9DB0AB is Cyan = 0.11, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 157 | 176 | 171 | - |
| CMYK | 0.11 | 0 | 0.03 | 0.31 |
| HSL | 164.21º | 0.11% | 0.65% | - |
| HSV(B) | 164.21º | 0.11% | 0.69% | - |
| XYZ | 36.78 | 41.16 | 44.53 | - |
| YUV | 169.75 | 128.71 | 118.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 176 | 171 | 0.11 | 0 | 0.03 | 0.31 | 164.21 | 0.11 | 0.65 |
| Hex | 9D | B0 | AB | B | 0 | 3 | 1F | A4 | B | 41 |
| Octal | 235 | 260 | 253 | 13 | 0 | 3 | 37 | 244 | 13 | 101 |
| Binary | 10011101 | 10110000 | 10101011 | 1011 | 0 | 11 | 11111 | 10100100 | 1011 | 1000001 |
Color Harmonies of #9DB0AB
Complementary color
Monochromatic Colors of #9DB0AB
Black with #9DB0AB
Text Example
Text Example
White with #9DB0AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DB0AB; }
p { color: rgb(157,176,171); }
H1.HeaderClassName
{
color: #9DB0AB;
}
.AnyTagClassName
{
color: #9DB0AB;
}
</style>
background-color css
<style>
a { background-color: #9DB0AB; }
a { background-color: rgb(157,176,171); }
div.DivClassName
{
background-color: #9DB0AB;
}
.BgClassName
{
background-color: #9DB0AB;
}
</style>
border-color css
<style>
span { border-color: #9DB0AB; }
span { border-color: rgb(157,176,171); }
td.TdClassName
{
border-color: #9DB0AB;
}
.TagClassName
{
border-color: #9DB0AB;
}
</style>