Shades of Conch #9DB0AE
Tints of Conch #9DB0AE
RGB
CMYK
RGB Variations
Color information
#9DB0AE (or 0x9DB0AE) is known color: Conch. HEX triplet: 9D, B0 and AE. RGB value is (157,176,174). Sum of RGB (Red+Green+Blue) = 157+176+174=507 (67% of max value = 765). Red value is 157 (61.72% from 255 or 30.97% from 507); Green value is 176 (69.14% from 255 or 34.71% from 507); Blue value is 174 (68.36% from 255 or 34.32% from 507); Max value from RGB is 176 - color contains mainly: green. Hex color #9DB0AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9DB0AE is #624F51. Grayscale: #AAAAAA. Windows color (decimal): -6442834 or 11448477. OLE color: 11448477.
HSL color Cylindrical-coordinate representation of color #9DB0AE: hue angle of 173.68º 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 #9DB0AE is Cyan = 0.11, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 157 | 176 | 174 | - |
| CMYK | 0.11 | 0 | 0.01 | 0.31 |
| HSL | 173.68º | 0.11% | 0.65% | - |
| HSV(B) | 173.68º | 0.11% | 0.69% | - |
| XYZ | 37.07 | 41.27 | 46.06 | - |
| YUV | 170.09 | 130.21 | 118.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 176 | 174 | 0.11 | 0 | 0.01 | 0.31 | 173.68 | 0.11 | 0.65 |
| Hex | 9D | B0 | AE | B | 0 | 1 | 1F | AE | B | 41 |
| Octal | 235 | 260 | 256 | 13 | 0 | 1 | 37 | 256 | 13 | 101 |
| Binary | 10011101 | 10110000 | 10101110 | 1011 | 0 | 1 | 11111 | 10101110 | 1011 | 1000001 |
Color Harmonies of #9DB0AE
Complementary color
Monochromatic Colors of #9DB0AE
Black with #9DB0AE
Text Example
Text Example
White with #9DB0AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DB0AE; }
p { color: rgb(157,176,174); }
H1.HeaderClassName
{
color: #9DB0AE;
}
.AnyTagClassName
{
color: #9DB0AE;
}
</style>
background-color css
<style>
a { background-color: #9DB0AE; }
a { background-color: rgb(157,176,174); }
div.DivClassName
{
background-color: #9DB0AE;
}
.BgClassName
{
background-color: #9DB0AE;
}
</style>
border-color css
<style>
span { border-color: #9DB0AE; }
span { border-color: rgb(157,176,174); }
td.TdClassName
{
border-color: #9DB0AE;
}
.TagClassName
{
border-color: #9DB0AE;
}
</style>