Shades of Conch #9BADAA
Tints of Conch #9BADAA
RGB
CMYK
RGB Variations
Color information
#9BADAA (or 0x9BADAA) is known color: Conch. HEX triplet: 9B, AD and AA. RGB value is (155,173,170). Sum of RGB (Red+Green+Blue) = 155+173+170=498 (65% of max value = 765). Red value is 155 (60.94% from 255 or 31.12% from 498); Green value is 173 (67.97% from 255 or 34.74% from 498); Blue value is 170 (66.80% from 255 or 34.14% from 498); Max value from RGB is 173 - color contains mainly: green. Hex color #9BADAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9BADAA is #645255. Grayscale: #A7A7A7. Windows color (decimal): -6574678 or 11185563. OLE color: 11185563.
HSL color Cylindrical-coordinate representation of color #9BADAA: hue angle of 170º degrees, saturation: 0.1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #9BADAA is Cyan = 0.10, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 155 | 173 | 170 | - |
| CMYK | 0.10 | 0 | 0.02 | 0.32 |
| HSL | 170º | 0.1% | 0.64% | - |
| HSV(B) | 170º | 0.1% | 0.68% | - |
| XYZ | 35.72 | 39.76 | 43.82 | - |
| YUV | 167.28 | 129.54 | 119.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 173 | 170 | 0.10 | 0 | 0.02 | 0.32 | 170 | 0.1 | 0.64 |
| Hex | 9B | AD | AA | A | 0 | 2 | 20 | AA | A | 40 |
| Octal | 233 | 255 | 252 | 12 | 0 | 2 | 40 | 252 | 12 | 100 |
| Binary | 10011011 | 10101101 | 10101010 | 1010 | 0 | 10 | 100000 | 10101010 | 1010 | 1000000 |
Color Harmonies of #9BADAA
Complementary color
Monochromatic Colors of #9BADAA
Black with #9BADAA
Text Example
Text Example
White with #9BADAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BADAA; }
p { color: rgb(155,173,170); }
H1.HeaderClassName
{
color: #9BADAA;
}
.AnyTagClassName
{
color: #9BADAA;
}
</style>
background-color css
<style>
a { background-color: #9BADAA; }
a { background-color: rgb(155,173,170); }
div.DivClassName
{
background-color: #9BADAA;
}
.BgClassName
{
background-color: #9BADAA;
}
</style>
border-color css
<style>
span { border-color: #9BADAA; }
span { border-color: rgb(155,173,170); }
td.TdClassName
{
border-color: #9BADAA;
}
.TagClassName
{
border-color: #9BADAA;
}
</style>