Shades of Conch #96B1AB
Tints of Conch #96B1AB
RGB
CMYK
RGB Variations
Color information
#96B1AB (or 0x96B1AB) is known color: Conch. HEX triplet: 96, B1 and AB. RGB value is (150,177,171). Sum of RGB (Red+Green+Blue) = 150+177+171=498 (65% of max value = 765). Red value is 150 (58.98% from 255 or 30.12% from 498); Green value is 177 (69.53% from 255 or 35.54% from 498); Blue value is 171 (67.19% from 255 or 34.34% from 498); Max value from RGB is 177 - color contains mainly: green. Hex color #96B1AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #96B1AB is #694E54. Grayscale: #A8A8A8. Windows color (decimal): -6901333 or 11252118. OLE color: 11252118.
HSL color Cylindrical-coordinate representation of color #96B1AB: hue angle of 166.67º degrees, saturation: 0.15, 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 #96B1AB is Cyan = 0.15, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 150 | 177 | 171 | - |
| CMYK | 0.15 | 0 | 0.03 | 0.31 |
| HSL | 166.67º | 0.15% | 0.64% | - |
| HSV(B) | 166.67º | 0.15% | 0.69% | - |
| XYZ | 35.65 | 40.87 | 44.54 | - |
| YUV | 168.24 | 129.55 | 114.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 177 | 171 | 0.15 | 0 | 0.03 | 0.31 | 166.67 | 0.15 | 0.64 |
| Hex | 96 | B1 | AB | F | 0 | 3 | 1F | A7 | F | 40 |
| Octal | 226 | 261 | 253 | 17 | 0 | 3 | 37 | 247 | 17 | 100 |
| Binary | 10010110 | 10110001 | 10101011 | 1111 | 0 | 11 | 11111 | 10100111 | 1111 | 1000000 |
Color Harmonies of #96B1AB
Complementary color
Monochromatic Colors of #96B1AB
Black with #96B1AB
Text Example
Text Example
White with #96B1AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96B1AB; }
p { color: rgb(150,177,171); }
H1.HeaderClassName
{
color: #96B1AB;
}
.AnyTagClassName
{
color: #96B1AB;
}
</style>
background-color css
<style>
a { background-color: #96B1AB; }
a { background-color: rgb(150,177,171); }
div.DivClassName
{
background-color: #96B1AB;
}
.BgClassName
{
background-color: #96B1AB;
}
</style>
border-color css
<style>
span { border-color: #96B1AB; }
span { border-color: rgb(150,177,171); }
td.TdClassName
{
border-color: #96B1AB;
}
.TagClassName
{
border-color: #96B1AB;
}
</style>