Shades of Conch #9BAEAB
Tints of Conch #9BAEAB
RGB
CMYK
RGB Variations
Color information
#9BAEAB (or 0x9BAEAB) is known color: Conch. HEX triplet: 9B, AE and AB. RGB value is (155,174,171). Sum of RGB (Red+Green+Blue) = 155+174+171=500 (66% of max value = 765). Red value is 155 (60.94% from 255 or 31% from 500); Green value is 174 (68.36% from 255 or 34.8% from 500); Blue value is 171 (67.19% from 255 or 34.2% from 500); Max value from RGB is 174 - color contains mainly: green. Hex color #9BAEAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9BAEAB is #645154. Grayscale: #A7A7A7. Windows color (decimal): -6574421 or 11251355. OLE color: 11251355.
HSL color Cylindrical-coordinate representation of color #9BAEAB: hue angle of 170.53º degrees, saturation: 0.1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #9BAEAB is Cyan = 0.11, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 155 | 174 | 171 | - |
| CMYK | 0.11 | 0 | 0.02 | 0.32 |
| HSL | 170.53º | 0.1% | 0.65% | - |
| HSV(B) | 170.53º | 0.11% | 0.68% | - |
| XYZ | 36 | 40.18 | 44.39 | - |
| YUV | 167.98 | 129.71 | 118.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 174 | 171 | 0.11 | 0 | 0.02 | 0.32 | 170.53 | 0.1 | 0.65 |
| Hex | 9B | AE | AB | B | 0 | 2 | 20 | AB | A | 41 |
| Octal | 233 | 256 | 253 | 13 | 0 | 2 | 40 | 253 | 12 | 101 |
| Binary | 10011011 | 10101110 | 10101011 | 1011 | 0 | 10 | 100000 | 10101011 | 1010 | 1000001 |
Color Harmonies of #9BAEAB
Complementary color
Monochromatic Colors of #9BAEAB
Black with #9BAEAB
Text Example
Text Example
White with #9BAEAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BAEAB; }
p { color: rgb(155,174,171); }
H1.HeaderClassName
{
color: #9BAEAB;
}
.AnyTagClassName
{
color: #9BAEAB;
}
</style>
background-color css
<style>
a { background-color: #9BAEAB; }
a { background-color: rgb(155,174,171); }
div.DivClassName
{
background-color: #9BAEAB;
}
.BgClassName
{
background-color: #9BAEAB;
}
</style>
border-color css
<style>
span { border-color: #9BAEAB; }
span { border-color: rgb(155,174,171); }
td.TdClassName
{
border-color: #9BAEAB;
}
.TagClassName
{
border-color: #9BAEAB;
}
</style>