Shades of Conch #96AEAB
Tints of Conch #96AEAB
RGB
CMYK
RGB Variations
Color information
#96AEAB (or 0x96AEAB) is known color: Conch. HEX triplet: 96, AE and AB. RGB value is (150,174,171). Sum of RGB (Red+Green+Blue) = 150+174+171=495 (65% of max value = 765). Red value is 150 (58.98% from 255 or 30.30% from 495); Green value is 174 (68.36% from 255 or 35.15% from 495); Blue value is 171 (67.19% from 255 or 34.55% from 495); Max value from RGB is 174 - color contains mainly: green. Hex color #96AEAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #96AEAB is #695154. Grayscale: #A6A6A6. Windows color (decimal): -6902101 or 11251350. OLE color: 11251350.
HSL color Cylindrical-coordinate representation of color #96AEAB: hue angle of 172.5º degrees, saturation: 0.13, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #96AEAB is Cyan = 0.14, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 150 | 174 | 171 | - |
| CMYK | 0.14 | 0 | 0.02 | 0.32 |
| HSL | 172.5º | 0.13% | 0.64% | - |
| HSV(B) | 172.5º | 0.14% | 0.68% | - |
| XYZ | 35.06 | 39.7 | 44.34 | - |
| YUV | 166.48 | 130.55 | 116.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 174 | 171 | 0.14 | 0 | 0.02 | 0.32 | 172.5 | 0.13 | 0.64 |
| Hex | 96 | AE | AB | E | 0 | 2 | 20 | AC | D | 40 |
| Octal | 226 | 256 | 253 | 16 | 0 | 2 | 40 | 254 | 15 | 100 |
| Binary | 10010110 | 10101110 | 10101011 | 1110 | 0 | 10 | 100000 | 10101100 | 1101 | 1000000 |
Color Harmonies of #96AEAB
Complementary color
Monochromatic Colors of #96AEAB
Black with #96AEAB
Text Example
Text Example
White with #96AEAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96AEAB; }
p { color: rgb(150,174,171); }
H1.HeaderClassName
{
color: #96AEAB;
}
.AnyTagClassName
{
color: #96AEAB;
}
</style>
background-color css
<style>
a { background-color: #96AEAB; }
a { background-color: rgb(150,174,171); }
div.DivClassName
{
background-color: #96AEAB;
}
.BgClassName
{
background-color: #96AEAB;
}
</style>
border-color css
<style>
span { border-color: #96AEAB; }
span { border-color: rgb(150,174,171); }
td.TdClassName
{
border-color: #96AEAB;
}
.TagClassName
{
border-color: #96AEAB;
}
</style>