Shades of Conch #9BB0AF
Tints of Conch #9BB0AF
RGB
CMYK
RGB Variations
Color information
#9BB0AF (or 0x9BB0AF) is known color: Conch. HEX triplet: 9B, B0 and AF. RGB value is (155,176,175). Sum of RGB (Red+Green+Blue) = 155+176+175=506 (67% of max value = 765). Red value is 155 (60.94% from 255 or 30.63% from 506); Green value is 176 (69.14% from 255 or 34.78% from 506); Blue value is 175 (68.75% from 255 or 34.58% from 506); Max value from RGB is 176 - color contains mainly: green. Hex color #9BB0AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9BB0AF is #644F50. Grayscale: #A9A9A9. Windows color (decimal): -6573905 or 11514011. OLE color: 11514011.
HSL color Cylindrical-coordinate representation of color #9BB0AF: hue angle of 177.14º 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 #9BB0AF is Cyan = 0.12, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 155 | 176 | 175 | - |
| CMYK | 0.12 | 0 | 0.01 | 0.31 |
| HSL | 177.14º | 0.12% | 0.65% | - |
| HSV(B) | 177.14º | 0.12% | 0.69% | - |
| XYZ | 36.78 | 41.11 | 46.55 | - |
| YUV | 169.61 | 131.04 | 117.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 176 | 175 | 0.12 | 0 | 0.01 | 0.31 | 177.14 | 0.12 | 0.65 |
| Hex | 9B | B0 | AF | C | 0 | 1 | 1F | B1 | C | 41 |
| Octal | 233 | 260 | 257 | 14 | 0 | 1 | 37 | 261 | 14 | 101 |
| Binary | 10011011 | 10110000 | 10101111 | 1100 | 0 | 1 | 11111 | 10110001 | 1100 | 1000001 |
Color Harmonies of #9BB0AF
Complementary color
Monochromatic Colors of #9BB0AF
Black with #9BB0AF
Text Example
Text Example
White with #9BB0AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BB0AF; }
p { color: rgb(155,176,175); }
H1.HeaderClassName
{
color: #9BB0AF;
}
.AnyTagClassName
{
color: #9BB0AF;
}
</style>
background-color css
<style>
a { background-color: #9BB0AF; }
a { background-color: rgb(155,176,175); }
div.DivClassName
{
background-color: #9BB0AF;
}
.BgClassName
{
background-color: #9BB0AF;
}
</style>
border-color css
<style>
span { border-color: #9BB0AF; }
span { border-color: rgb(155,176,175); }
td.TdClassName
{
border-color: #9BB0AF;
}
.TagClassName
{
border-color: #9BB0AF;
}
</style>