Shades of Conch #9DBAB8
Tints of Conch #9DBAB8
RGB
CMYK
RGB Variations
Color information
#9DBAB8 (or 0x9DBAB8) is known color: Conch. HEX triplet: 9D, BA and B8. RGB value is (157,186,184). Sum of RGB (Red+Green+Blue) = 157+186+184=527 (69% of max value = 765). Red value is 157 (61.72% from 255 or 29.79% from 527); Green value is 186 (73.05% from 255 or 35.29% from 527); Blue value is 184 (72.27% from 255 or 34.91% from 527); Max value from RGB is 186 - color contains mainly: green. Hex color #9DBAB8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DBAB8 is #624547. Grayscale: #B1B1B1. Windows color (decimal): -6440264 or 12106397. OLE color: 12106397.
HSL color Cylindrical-coordinate representation of color #9DBAB8: hue angle of 175.86º 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 #9DBAB8 is Cyan = 0.16, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 157 | 186 | 184 | - |
| CMYK | 0.16 | 0 | 0.01 | 0.27 |
| HSL | 175.86º | 0.17% | 0.67% | - |
| HSV(B) | 175.86º | 0.16% | 0.73% | - |
| XYZ | 40.12 | 45.75 | 52.06 | - |
| YUV | 177.1 | 131.89 | 113.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 186 | 184 | 0.16 | 0 | 0.01 | 0.27 | 175.86 | 0.17 | 0.67 |
| Hex | 9D | BA | B8 | 10 | 0 | 1 | 1B | B0 | 11 | 43 |
| Octal | 235 | 272 | 270 | 20 | 0 | 1 | 33 | 260 | 21 | 103 |
| Binary | 10011101 | 10111010 | 10111000 | 10000 | 0 | 1 | 11011 | 10110000 | 10001 | 1000011 |
Color Harmonies of #9DBAB8
Complementary color
Monochromatic Colors of #9DBAB8
Black with #9DBAB8
Text Example
Text Example
White with #9DBAB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DBAB8; }
p { color: rgb(157,186,184); }
H1.HeaderClassName
{
color: #9DBAB8;
}
.AnyTagClassName
{
color: #9DBAB8;
}
</style>
background-color css
<style>
a { background-color: #9DBAB8; }
a { background-color: rgb(157,186,184); }
div.DivClassName
{
background-color: #9DBAB8;
}
.BgClassName
{
background-color: #9DBAB8;
}
</style>
border-color css
<style>
span { border-color: #9DBAB8; }
span { border-color: rgb(157,186,184); }
td.TdClassName
{
border-color: #9DBAB8;
}
.TagClassName
{
border-color: #9DBAB8;
}
</style>