Shades of Conch #9AACA8
Tints of Conch #9AACA8
RGB
CMYK
RGB Variations
Color information
#9AACA8 (or 0x9AACA8) is known color: Conch. HEX triplet: 9A, AC and A8. RGB value is (154,172,168). Sum of RGB (Red+Green+Blue) = 154+172+168=494 (65% of max value = 765). Red value is 154 (60.55% from 255 or 31.17% from 494); Green value is 172 (67.58% from 255 or 34.82% from 494); Blue value is 168 (66.02% from 255 or 34.01% from 494); Max value from RGB is 172 - color contains mainly: green. Hex color #9AACA8 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9AACA8 is #655357. Grayscale: #A6A6A6. Windows color (decimal): -6640472 or 11054234. OLE color: 11054234.
HSL color Cylindrical-coordinate representation of color #9AACA8: hue angle of 166.67º degrees, saturation: 0.1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #9AACA8 is Cyan = 0.10, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 154 | 172 | 168 | - |
| CMYK | 0.10 | 0 | 0.02 | 0.33 |
| HSL | 166.67º | 0.1% | 0.64% | - |
| HSV(B) | 166.67º | 0.1% | 0.67% | - |
| XYZ | 35.15 | 39.2 | 42.76 | - |
| YUV | 166.16 | 129.04 | 119.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 172 | 168 | 0.10 | 0 | 0.02 | 0.33 | 166.67 | 0.1 | 0.64 |
| Hex | 9A | AC | A8 | A | 0 | 2 | 21 | A7 | A | 40 |
| Octal | 232 | 254 | 250 | 12 | 0 | 2 | 41 | 247 | 12 | 100 |
| Binary | 10011010 | 10101100 | 10101000 | 1010 | 0 | 10 | 100001 | 10100111 | 1010 | 1000000 |
Color Harmonies of #9AACA8
Complementary color
Monochromatic Colors of #9AACA8
Black with #9AACA8
Text Example
Text Example
White with #9AACA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AACA8; }
p { color: rgb(154,172,168); }
H1.HeaderClassName
{
color: #9AACA8;
}
.AnyTagClassName
{
color: #9AACA8;
}
</style>
background-color css
<style>
a { background-color: #9AACA8; }
a { background-color: rgb(154,172,168); }
div.DivClassName
{
background-color: #9AACA8;
}
.BgClassName
{
background-color: #9AACA8;
}
</style>
border-color css
<style>
span { border-color: #9AACA8; }
span { border-color: rgb(154,172,168); }
td.TdClassName
{
border-color: #9AACA8;
}
.TagClassName
{
border-color: #9AACA8;
}
</style>