Shades of Conch #9BB5AF
Tints of Conch #9BB5AF
RGB
CMYK
RGB Variations
Color information
#9BB5AF (or 0x9BB5AF) is known color: Conch. HEX triplet: 9B, B5 and AF. RGB value is (155,181,175). Sum of RGB (Red+Green+Blue) = 155+181+175=511 (67% of max value = 765). Red value is 155 (60.94% from 255 or 30.33% from 511); Green value is 181 (71.09% from 255 or 35.42% from 511); Blue value is 175 (68.75% from 255 or 34.25% from 511); Max value from RGB is 181 - color contains mainly: green. Hex color #9BB5AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BB5AF is #644A50. Grayscale: #ACACAC. Windows color (decimal): -6572625 or 11515291. OLE color: 11515291.
HSL color Cylindrical-coordinate representation of color #9BB5AF: hue angle of 166.15º degrees, saturation: 0.15, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #9BB5AF is Cyan = 0.14, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 155 | 181 | 175 | - |
| CMYK | 0.14 | 0 | 0.03 | 0.29 |
| HSL | 166.15º | 0.15% | 0.66% | - |
| HSV(B) | 166.15º | 0.14% | 0.71% | - |
| XYZ | 37.78 | 43.11 | 46.89 | - |
| YUV | 172.54 | 129.39 | 115.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 181 | 175 | 0.14 | 0 | 0.03 | 0.29 | 166.15 | 0.15 | 0.66 |
| Hex | 9B | B5 | AF | E | 0 | 3 | 1D | A6 | F | 42 |
| Octal | 233 | 265 | 257 | 16 | 0 | 3 | 35 | 246 | 17 | 102 |
| Binary | 10011011 | 10110101 | 10101111 | 1110 | 0 | 11 | 11101 | 10100110 | 1111 | 1000010 |
Color Harmonies of #9BB5AF
Complementary color
Monochromatic Colors of #9BB5AF
Black with #9BB5AF
Text Example
Text Example
White with #9BB5AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BB5AF; }
p { color: rgb(155,181,175); }
H1.HeaderClassName
{
color: #9BB5AF;
}
.AnyTagClassName
{
color: #9BB5AF;
}
</style>
background-color css
<style>
a { background-color: #9BB5AF; }
a { background-color: rgb(155,181,175); }
div.DivClassName
{
background-color: #9BB5AF;
}
.BgClassName
{
background-color: #9BB5AF;
}
</style>
border-color css
<style>
span { border-color: #9BB5AF; }
span { border-color: rgb(155,181,175); }
td.TdClassName
{
border-color: #9BB5AF;
}
.TagClassName
{
border-color: #9BB5AF;
}
</style>