Shades of Conch #9DBAB7
Tints of Conch #9DBAB7
RGB
CMYK
RGB Variations
Color information
#9DBAB7 (or 0x9DBAB7) is known color: Conch. HEX triplet: 9D, BA and B7. RGB value is (157,186,183). Sum of RGB (Red+Green+Blue) = 157+186+183=526 (69% of max value = 765). Red value is 157 (61.72% from 255 or 29.85% from 526); Green value is 186 (73.05% from 255 or 35.36% from 526); Blue value is 183 (71.88% from 255 or 34.79% from 526); Max value from RGB is 186 - color contains mainly: green. Hex color #9DBAB7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DBAB7 is #624548. Grayscale: #B0B0B0. Windows color (decimal): -6440265 or 12040861. OLE color: 12040861.
HSL color Cylindrical-coordinate representation of color #9DBAB7: hue angle of 173.79º degrees, saturation: 0.17, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #9DBAB7 is Cyan = 0.16, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 157 | 186 | 183 | - |
| CMYK | 0.16 | 0 | 0.02 | 0.27 |
| HSL | 173.79º | 0.17% | 0.67% | - |
| HSV(B) | 173.79º | 0.16% | 0.73% | - |
| XYZ | 40.01 | 45.7 | 51.51 | - |
| YUV | 176.99 | 131.39 | 113.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 186 | 183 | 0.16 | 0 | 0.02 | 0.27 | 173.79 | 0.17 | 0.67 |
| Hex | 9D | BA | B7 | 10 | 0 | 2 | 1B | AE | 11 | 43 |
| Octal | 235 | 272 | 267 | 20 | 0 | 2 | 33 | 256 | 21 | 103 |
| Binary | 10011101 | 10111010 | 10110111 | 10000 | 0 | 10 | 11011 | 10101110 | 10001 | 1000011 |
Color Harmonies of #9DBAB7
Complementary color
Monochromatic Colors of #9DBAB7
Black with #9DBAB7
Text Example
Text Example
White with #9DBAB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DBAB7; }
p { color: rgb(157,186,183); }
H1.HeaderClassName
{
color: #9DBAB7;
}
.AnyTagClassName
{
color: #9DBAB7;
}
</style>
background-color css
<style>
a { background-color: #9DBAB7; }
a { background-color: rgb(157,186,183); }
div.DivClassName
{
background-color: #9DBAB7;
}
.BgClassName
{
background-color: #9DBAB7;
}
</style>
border-color css
<style>
span { border-color: #9DBAB7; }
span { border-color: rgb(157,186,183); }
td.TdClassName
{
border-color: #9DBAB7;
}
.TagClassName
{
border-color: #9DBAB7;
}
</style>