Shades of Conch #9DB6B0
Tints of Conch #9DB6B0
RGB
CMYK
RGB Variations
Color information
#9DB6B0 (or 0x9DB6B0) is known color: Conch. HEX triplet: 9D, B6 and B0. RGB value is (157,182,176). Sum of RGB (Red+Green+Blue) = 157+182+176=515 (68% of max value = 765). Red value is 157 (61.72% from 255 or 30.49% from 515); Green value is 182 (71.48% from 255 or 35.34% from 515); Blue value is 176 (69.14% from 255 or 34.17% from 515); Max value from RGB is 182 - color contains mainly: green. Hex color #9DB6B0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DB6B0 is #62494F. Grayscale: #ADADAD. Windows color (decimal): -6441296 or 11581085. OLE color: 11581085.
HSL color Cylindrical-coordinate representation of color #9DB6B0: hue angle of 165.6º degrees, saturation: 0.15, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #9DB6B0 is Cyan = 0.14, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 157 | 182 | 176 | - |
| CMYK | 0.14 | 0 | 0.03 | 0.29 |
| HSL | 165.6º | 0.15% | 0.66% | - |
| HSV(B) | 165.6º | 0.14% | 0.71% | - |
| XYZ | 38.47 | 43.76 | 47.49 | - |
| YUV | 173.84 | 129.22 | 115.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 182 | 176 | 0.14 | 0 | 0.03 | 0.29 | 165.6 | 0.15 | 0.66 |
| Hex | 9D | B6 | B0 | E | 0 | 3 | 1D | A6 | F | 42 |
| Octal | 235 | 266 | 260 | 16 | 0 | 3 | 35 | 246 | 17 | 102 |
| Binary | 10011101 | 10110110 | 10110000 | 1110 | 0 | 11 | 11101 | 10100110 | 1111 | 1000010 |
Color Harmonies of #9DB6B0
Complementary color
Monochromatic Colors of #9DB6B0
Black with #9DB6B0
Text Example
Text Example
White with #9DB6B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DB6B0; }
p { color: rgb(157,182,176); }
H1.HeaderClassName
{
color: #9DB6B0;
}
.AnyTagClassName
{
color: #9DB6B0;
}
</style>
background-color css
<style>
a { background-color: #9DB6B0; }
a { background-color: rgb(157,182,176); }
div.DivClassName
{
background-color: #9DB6B0;
}
.BgClassName
{
background-color: #9DB6B0;
}
</style>
border-color css
<style>
span { border-color: #9DB6B0; }
span { border-color: rgb(157,182,176); }
td.TdClassName
{
border-color: #9DB6B0;
}
.TagClassName
{
border-color: #9DB6B0;
}
</style>