Shades of Conch #9BB1AC
Tints of Conch #9BB1AC
RGB
CMYK
RGB Variations
Color information
#9BB1AC (or 0x9BB1AC) is known color: Conch. HEX triplet: 9B, B1 and AC. RGB value is (155,177,172). Sum of RGB (Red+Green+Blue) = 155+177+172=504 (66% of max value = 765). Red value is 155 (60.94% from 255 or 30.75% from 504); Green value is 177 (69.53% from 255 or 35.12% from 504); Blue value is 172 (67.58% from 255 or 34.13% from 504); Max value from RGB is 177 - color contains mainly: green. Hex color #9BB1AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9BB1AC is #644E53. Grayscale: #A9A9A9. Windows color (decimal): -6573652 or 11317659. OLE color: 11317659.
HSL color Cylindrical-coordinate representation of color #9BB1AC: hue angle of 166.36º 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 #9BB1AC is Cyan = 0.12, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 155 | 177 | 172 | - |
| CMYK | 0.12 | 0 | 0.03 | 0.31 |
| HSL | 166.36º | 0.12% | 0.65% | - |
| HSV(B) | 166.36º | 0.12% | 0.69% | - |
| XYZ | 36.69 | 41.39 | 45.09 | - |
| YUV | 169.85 | 129.21 | 117.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 177 | 172 | 0.12 | 0 | 0.03 | 0.31 | 166.36 | 0.12 | 0.65 |
| Hex | 9B | B1 | AC | C | 0 | 3 | 1F | A6 | C | 41 |
| Octal | 233 | 261 | 254 | 14 | 0 | 3 | 37 | 246 | 14 | 101 |
| Binary | 10011011 | 10110001 | 10101100 | 1100 | 0 | 11 | 11111 | 10100110 | 1100 | 1000001 |
Color Harmonies of #9BB1AC
Complementary color
Monochromatic Colors of #9BB1AC
Black with #9BB1AC
Text Example
Text Example
White with #9BB1AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BB1AC; }
p { color: rgb(155,177,172); }
H1.HeaderClassName
{
color: #9BB1AC;
}
.AnyTagClassName
{
color: #9BB1AC;
}
</style>
background-color css
<style>
a { background-color: #9BB1AC; }
a { background-color: rgb(155,177,172); }
div.DivClassName
{
background-color: #9BB1AC;
}
.BgClassName
{
background-color: #9BB1AC;
}
</style>
border-color css
<style>
span { border-color: #9BB1AC; }
span { border-color: rgb(155,177,172); }
td.TdClassName
{
border-color: #9BB1AC;
}
.TagClassName
{
border-color: #9BB1AC;
}
</style>