Shades of Conch #9BB0AA
Tints of Conch #9BB0AA
RGB
CMYK
RGB Variations
Color information
#9BB0AA (or 0x9BB0AA) is known color: Conch. HEX triplet: 9B, B0 and AA. RGB value is (155,176,170). Sum of RGB (Red+Green+Blue) = 155+176+170=501 (66% of max value = 765). Red value is 155 (60.94% from 255 or 30.94% from 501); Green value is 176 (69.14% from 255 or 35.13% from 501); Blue value is 170 (66.80% from 255 or 33.93% from 501); Max value from RGB is 176 - color contains mainly: green. Hex color #9BB0AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9BB0AA is #644F55. Grayscale: #A9A9A9. Windows color (decimal): -6573910 or 11186331. OLE color: 11186331.
HSL color Cylindrical-coordinate representation of color #9BB0AA: hue angle of 162.86º degrees, saturation: 0.12, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #9BB0AA is Cyan = 0.12, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 155 | 176 | 170 | - |
| CMYK | 0.12 | 0 | 0.03 | 0.31 |
| HSL | 162.86º | 0.12% | 0.65% | - |
| HSV(B) | 162.86º | 0.12% | 0.69% | - |
| XYZ | 36.3 | 40.92 | 44.02 | - |
| YUV | 169.04 | 128.54 | 117.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 176 | 170 | 0.12 | 0 | 0.03 | 0.31 | 162.86 | 0.12 | 0.65 |
| Hex | 9B | B0 | AA | C | 0 | 3 | 1F | A3 | C | 41 |
| Octal | 233 | 260 | 252 | 14 | 0 | 3 | 37 | 243 | 14 | 101 |
| Binary | 10011011 | 10110000 | 10101010 | 1100 | 0 | 11 | 11111 | 10100011 | 1100 | 1000001 |
Color Harmonies of #9BB0AA
Complementary color
Monochromatic Colors of #9BB0AA
Black with #9BB0AA
Text Example
Text Example
White with #9BB0AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BB0AA; }
p { color: rgb(155,176,170); }
H1.HeaderClassName
{
color: #9BB0AA;
}
.AnyTagClassName
{
color: #9BB0AA;
}
</style>
background-color css
<style>
a { background-color: #9BB0AA; }
a { background-color: rgb(155,176,170); }
div.DivClassName
{
background-color: #9BB0AA;
}
.BgClassName
{
background-color: #9BB0AA;
}
</style>
border-color css
<style>
span { border-color: #9BB0AA; }
span { border-color: rgb(155,176,170); }
td.TdClassName
{
border-color: #9BB0AA;
}
.TagClassName
{
border-color: #9BB0AA;
}
</style>