Shades of Conch #9BB3AD
Tints of Conch #9BB3AD
RGB
CMYK
RGB Variations
Color information
#9BB3AD (or 0x9BB3AD) is known color: Conch. HEX triplet: 9B, B3 and AD. RGB value is (155,179,173). Sum of RGB (Red+Green+Blue) = 155+179+173=507 (67% of max value = 765). Red value is 155 (60.94% from 255 or 30.57% from 507); Green value is 179 (70.31% from 255 or 35.31% from 507); Blue value is 173 (67.97% from 255 or 34.12% from 507); Max value from RGB is 179 - color contains mainly: green. Hex color #9BB3AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BB3AD is #644C52. Grayscale: #ABABAB. Windows color (decimal): -6573139 or 11383707. OLE color: 11383707.
HSL color Cylindrical-coordinate representation of color #9BB3AD: hue angle of 165º degrees, saturation: 0.14, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #9BB3AD is Cyan = 0.13, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 155 | 179 | 173 | - |
| CMYK | 0.13 | 0 | 0.03 | 0.30 |
| HSL | 165º | 0.14% | 0.65% | - |
| HSV(B) | 165º | 0.13% | 0.7% | - |
| XYZ | 37.18 | 42.23 | 45.73 | - |
| YUV | 171.14 | 129.05 | 116.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 179 | 173 | 0.13 | 0 | 0.03 | 0.30 | 165 | 0.14 | 0.65 |
| Hex | 9B | B3 | AD | D | 0 | 3 | 1E | A5 | E | 41 |
| Octal | 233 | 263 | 255 | 15 | 0 | 3 | 36 | 245 | 16 | 101 |
| Binary | 10011011 | 10110011 | 10101101 | 1101 | 0 | 11 | 11110 | 10100101 | 1110 | 1000001 |
Color Harmonies of #9BB3AD
Complementary color
Monochromatic Colors of #9BB3AD
Black with #9BB3AD
Text Example
Text Example
White with #9BB3AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BB3AD; }
p { color: rgb(155,179,173); }
H1.HeaderClassName
{
color: #9BB3AD;
}
.AnyTagClassName
{
color: #9BB3AD;
}
</style>
background-color css
<style>
a { background-color: #9BB3AD; }
a { background-color: rgb(155,179,173); }
div.DivClassName
{
background-color: #9BB3AD;
}
.BgClassName
{
background-color: #9BB3AD;
}
</style>
border-color css
<style>
span { border-color: #9BB3AD; }
span { border-color: rgb(155,179,173); }
td.TdClassName
{
border-color: #9BB3AD;
}
.TagClassName
{
border-color: #9BB3AD;
}
</style>