Shades of Conch #9CAEAC
Tints of Conch #9CAEAC
RGB
CMYK
RGB Variations
Color information
#9CAEAC (or 0x9CAEAC) is known color: Conch. HEX triplet: 9C, AE and AC. RGB value is (156,174,172). Sum of RGB (Red+Green+Blue) = 156+174+172=502 (66% of max value = 765). Red value is 156 (61.33% from 255 or 31.08% from 502); Green value is 174 (68.36% from 255 or 34.66% from 502); Blue value is 172 (67.58% from 255 or 34.26% from 502); Max value from RGB is 174 - color contains mainly: green. Hex color #9CAEAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9CAEAC is #635153. Grayscale: #A8A8A8. Windows color (decimal): -6508884 or 11316892. OLE color: 11316892.
HSL color Cylindrical-coordinate representation of color #9CAEAC: hue angle of 173.33º degrees, saturation: 0.1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #9CAEAC is Cyan = 0.10, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 156 | 174 | 172 | - |
| CMYK | 0.10 | 0 | 0.01 | 0.32 |
| HSL | 173.33º | 0.1% | 0.65% | - |
| HSV(B) | 173.33º | 0.1% | 0.68% | - |
| XYZ | 36.29 | 40.32 | 44.9 | - |
| YUV | 168.39 | 130.04 | 119.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 174 | 172 | 0.10 | 0 | 0.01 | 0.32 | 173.33 | 0.1 | 0.65 |
| Hex | 9C | AE | AC | A | 0 | 1 | 20 | AD | A | 41 |
| Octal | 234 | 256 | 254 | 12 | 0 | 1 | 40 | 255 | 12 | 101 |
| Binary | 10011100 | 10101110 | 10101100 | 1010 | 0 | 1 | 100000 | 10101101 | 1010 | 1000001 |
Color Harmonies of #9CAEAC
Complementary color
Monochromatic Colors of #9CAEAC
Black with #9CAEAC
Text Example
Text Example
White with #9CAEAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CAEAC; }
p { color: rgb(156,174,172); }
H1.HeaderClassName
{
color: #9CAEAC;
}
.AnyTagClassName
{
color: #9CAEAC;
}
</style>
background-color css
<style>
a { background-color: #9CAEAC; }
a { background-color: rgb(156,174,172); }
div.DivClassName
{
background-color: #9CAEAC;
}
.BgClassName
{
background-color: #9CAEAC;
}
</style>
border-color css
<style>
span { border-color: #9CAEAC; }
span { border-color: rgb(156,174,172); }
td.TdClassName
{
border-color: #9CAEAC;
}
.TagClassName
{
border-color: #9CAEAC;
}
</style>