Shades of Conch #9CAEAA
Tints of Conch #9CAEAA
RGB
CMYK
RGB Variations
Color information
#9CAEAA (or 0x9CAEAA) is known color: Conch. HEX triplet: 9C, AE and AA. RGB value is (156,174,170). Sum of RGB (Red+Green+Blue) = 156+174+170=500 (66% of max value = 765). Red value is 156 (61.33% from 255 or 31.2% from 500); Green value is 174 (68.36% from 255 or 34.8% from 500); Blue value is 170 (66.80% from 255 or 34% from 500); Max value from RGB is 174 - color contains mainly: green. Hex color #9CAEAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9CAEAA is #635155. Grayscale: #A8A8A8. Windows color (decimal): -6508886 or 11185820. OLE color: 11185820.
HSL color Cylindrical-coordinate representation of color #9CAEAA: hue angle of 166.67º 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 #9CAEAA is Cyan = 0.10, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 156 | 174 | 170 | - |
| CMYK | 0.10 | 0 | 0.02 | 0.32 |
| HSL | 166.67º | 0.1% | 0.65% | - |
| HSV(B) | 166.67º | 0.1% | 0.68% | - |
| XYZ | 36.1 | 40.24 | 43.89 | - |
| YUV | 168.16 | 129.04 | 119.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 174 | 170 | 0.10 | 0 | 0.02 | 0.32 | 166.67 | 0.1 | 0.65 |
| Hex | 9C | AE | AA | A | 0 | 2 | 20 | A7 | A | 41 |
| Octal | 234 | 256 | 252 | 12 | 0 | 2 | 40 | 247 | 12 | 101 |
| Binary | 10011100 | 10101110 | 10101010 | 1010 | 0 | 10 | 100000 | 10100111 | 1010 | 1000001 |
Color Harmonies of #9CAEAA
Complementary color
Monochromatic Colors of #9CAEAA
Black with #9CAEAA
Text Example
Text Example
White with #9CAEAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CAEAA; }
p { color: rgb(156,174,170); }
H1.HeaderClassName
{
color: #9CAEAA;
}
.AnyTagClassName
{
color: #9CAEAA;
}
</style>
background-color css
<style>
a { background-color: #9CAEAA; }
a { background-color: rgb(156,174,170); }
div.DivClassName
{
background-color: #9CAEAA;
}
.BgClassName
{
background-color: #9CAEAA;
}
</style>
border-color css
<style>
span { border-color: #9CAEAA; }
span { border-color: rgb(156,174,170); }
td.TdClassName
{
border-color: #9CAEAA;
}
.TagClassName
{
border-color: #9CAEAA;
}
</style>