Shades of Conch #9AB1AC
Tints of Conch #9AB1AC
RGB
CMYK
RGB Variations
Color information
#9AB1AC (or 0x9AB1AC) is known color: Conch. HEX triplet: 9A, B1 and AC. RGB value is (154,177,172). Sum of RGB (Red+Green+Blue) = 154+177+172=503 (66% of max value = 765). Red value is 154 (60.55% from 255 or 30.62% from 503); Green value is 177 (69.53% from 255 or 35.19% from 503); Blue value is 172 (67.58% from 255 or 34.19% from 503); Max value from RGB is 177 - color contains mainly: green. Hex color #9AB1AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9AB1AC is #654E53. Grayscale: #A9A9A9. Windows color (decimal): -6639188 or 11317658. OLE color: 11317658.
HSL color Cylindrical-coordinate representation of color #9AB1AC: hue angle of 166.96º degrees, saturation: 0.13, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #9AB1AC is Cyan = 0.13, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 154 | 177 | 172 | - |
| CMYK | 0.13 | 0 | 0.03 | 0.31 |
| HSL | 166.96º | 0.13% | 0.65% | - |
| HSV(B) | 166.96º | 0.13% | 0.69% | - |
| XYZ | 36.49 | 41.29 | 45.08 | - |
| YUV | 169.55 | 129.38 | 116.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 177 | 172 | 0.13 | 0 | 0.03 | 0.31 | 166.96 | 0.13 | 0.65 |
| Hex | 9A | B1 | AC | D | 0 | 3 | 1F | A7 | D | 41 |
| Octal | 232 | 261 | 254 | 15 | 0 | 3 | 37 | 247 | 15 | 101 |
| Binary | 10011010 | 10110001 | 10101100 | 1101 | 0 | 11 | 11111 | 10100111 | 1101 | 1000001 |
Color Harmonies of #9AB1AC
Complementary color
Monochromatic Colors of #9AB1AC
Black with #9AB1AC
Text Example
Text Example
White with #9AB1AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AB1AC; }
p { color: rgb(154,177,172); }
H1.HeaderClassName
{
color: #9AB1AC;
}
.AnyTagClassName
{
color: #9AB1AC;
}
</style>
background-color css
<style>
a { background-color: #9AB1AC; }
a { background-color: rgb(154,177,172); }
div.DivClassName
{
background-color: #9AB1AC;
}
.BgClassName
{
background-color: #9AB1AC;
}
</style>
border-color css
<style>
span { border-color: #9AB1AC; }
span { border-color: rgb(154,177,172); }
td.TdClassName
{
border-color: #9AB1AC;
}
.TagClassName
{
border-color: #9AB1AC;
}
</style>