Shades of Conch #96B0AA
Tints of Conch #96B0AA
RGB
CMYK
RGB Variations
Color information
#96B0AA (or 0x96B0AA) is known color: Conch. HEX triplet: 96, B0 and AA. RGB value is (150,176,170). Sum of RGB (Red+Green+Blue) = 150+176+170=496 (65% of max value = 765). Red value is 150 (58.98% from 255 or 30.24% from 496); Green value is 176 (69.14% from 255 or 35.48% from 496); Blue value is 170 (66.80% from 255 or 34.27% from 496); Max value from RGB is 176 - color contains mainly: green. Hex color #96B0AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #96B0AA is #694F55. Grayscale: #A7A7A7. Windows color (decimal): -6901590 or 11186326. OLE color: 11186326.
HSL color Cylindrical-coordinate representation of color #96B0AA: hue angle of 166.15º degrees, saturation: 0.14, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #96B0AA is Cyan = 0.15, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 150 | 176 | 170 | - |
| CMYK | 0.15 | 0 | 0.03 | 0.31 |
| HSL | 166.15º | 0.14% | 0.64% | - |
| HSV(B) | 166.15º | 0.15% | 0.69% | - |
| XYZ | 35.36 | 40.44 | 43.97 | - |
| YUV | 167.54 | 129.39 | 115.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 176 | 170 | 0.15 | 0 | 0.03 | 0.31 | 166.15 | 0.14 | 0.64 |
| Hex | 96 | B0 | AA | F | 0 | 3 | 1F | A6 | E | 40 |
| Octal | 226 | 260 | 252 | 17 | 0 | 3 | 37 | 246 | 16 | 100 |
| Binary | 10010110 | 10110000 | 10101010 | 1111 | 0 | 11 | 11111 | 10100110 | 1110 | 1000000 |
Color Harmonies of #96B0AA
Complementary color
Monochromatic Colors of #96B0AA
Black with #96B0AA
Text Example
Text Example
White with #96B0AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96B0AA; }
p { color: rgb(150,176,170); }
H1.HeaderClassName
{
color: #96B0AA;
}
.AnyTagClassName
{
color: #96B0AA;
}
</style>
background-color css
<style>
a { background-color: #96B0AA; }
a { background-color: rgb(150,176,170); }
div.DivClassName
{
background-color: #96B0AA;
}
.BgClassName
{
background-color: #96B0AA;
}
</style>
border-color css
<style>
span { border-color: #96B0AA; }
span { border-color: rgb(150,176,170); }
td.TdClassName
{
border-color: #96B0AA;
}
.TagClassName
{
border-color: #96B0AA;
}
</style>