Shades of Conch #96B2AB
Tints of Conch #96B2AB
RGB
CMYK
RGB Variations
Color information
#96B2AB (or 0x96B2AB) is known color: Conch. HEX triplet: 96, B2 and AB. RGB value is (150,178,171). Sum of RGB (Red+Green+Blue) = 150+178+171=499 (66% of max value = 765). Red value is 150 (58.98% from 255 or 30.06% from 499); Green value is 178 (69.92% from 255 or 35.67% from 499); Blue value is 171 (67.19% from 255 or 34.27% from 499); Max value from RGB is 178 - color contains mainly: green. Hex color #96B2AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #96B2AB is #694D54. Grayscale: #A8A8A8. Windows color (decimal): -6901077 or 11252374. OLE color: 11252374.
HSL color Cylindrical-coordinate representation of color #96B2AB: hue angle of 165º degrees, saturation: 0.15, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #96B2AB is Cyan = 0.16, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 150 | 178 | 171 | - |
| CMYK | 0.16 | 0 | 0.04 | 0.30 |
| HSL | 165º | 0.15% | 0.64% | - |
| HSV(B) | 165º | 0.16% | 0.7% | - |
| XYZ | 35.85 | 41.27 | 44.6 | - |
| YUV | 168.83 | 129.22 | 114.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 178 | 171 | 0.16 | 0 | 0.04 | 0.30 | 165 | 0.15 | 0.64 |
| Hex | 96 | B2 | AB | 10 | 0 | 4 | 1E | A5 | F | 40 |
| Octal | 226 | 262 | 253 | 20 | 0 | 4 | 36 | 245 | 17 | 100 |
| Binary | 10010110 | 10110010 | 10101011 | 10000 | 0 | 100 | 11110 | 10100101 | 1111 | 1000000 |
Color Harmonies of #96B2AB
Complementary color
Monochromatic Colors of #96B2AB
Black with #96B2AB
Text Example
Text Example
White with #96B2AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96B2AB; }
p { color: rgb(150,178,171); }
H1.HeaderClassName
{
color: #96B2AB;
}
.AnyTagClassName
{
color: #96B2AB;
}
</style>
background-color css
<style>
a { background-color: #96B2AB; }
a { background-color: rgb(150,178,171); }
div.DivClassName
{
background-color: #96B2AB;
}
.BgClassName
{
background-color: #96B2AB;
}
</style>
border-color css
<style>
span { border-color: #96B2AB; }
span { border-color: rgb(150,178,171); }
td.TdClassName
{
border-color: #96B2AB;
}
.TagClassName
{
border-color: #96B2AB;
}
</style>