Shades of Conch #96B1AD
Tints of Conch #96B1AD
RGB
CMYK
RGB Variations
Color information
#96B1AD (or 0x96B1AD) is known color: Conch. HEX triplet: 96, B1 and AD. RGB value is (150,177,173). Sum of RGB (Red+Green+Blue) = 150+177+173=500 (66% of max value = 765). Red value is 150 (58.98% from 255 or 30% from 500); Green value is 177 (69.53% from 255 or 35.4% from 500); Blue value is 173 (67.97% from 255 or 34.6% from 500); Max value from RGB is 177 - color contains mainly: green. Hex color #96B1AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #96B1AD is #694E52. Grayscale: #A8A8A8. Windows color (decimal): -6901331 or 11383190. OLE color: 11383190.
HSL color Cylindrical-coordinate representation of color #96B1AD: hue angle of 171.11º 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 #96B1AD is Cyan = 0.15, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 150 | 177 | 173 | - |
| CMYK | 0.15 | 0 | 0.02 | 0.31 |
| HSL | 171.11º | 0.15% | 0.64% | - |
| HSV(B) | 171.11º | 0.15% | 0.69% | - |
| XYZ | 35.84 | 40.95 | 45.55 | - |
| YUV | 168.47 | 130.55 | 114.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 177 | 173 | 0.15 | 0 | 0.02 | 0.31 | 171.11 | 0.15 | 0.64 |
| Hex | 96 | B1 | AD | F | 0 | 2 | 1F | AB | F | 40 |
| Octal | 226 | 261 | 255 | 17 | 0 | 2 | 37 | 253 | 17 | 100 |
| Binary | 10010110 | 10110001 | 10101101 | 1111 | 0 | 10 | 11111 | 10101011 | 1111 | 1000000 |
Color Harmonies of #96B1AD
Complementary color
Monochromatic Colors of #96B1AD
Black with #96B1AD
Text Example
Text Example
White with #96B1AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96B1AD; }
p { color: rgb(150,177,173); }
H1.HeaderClassName
{
color: #96B1AD;
}
.AnyTagClassName
{
color: #96B1AD;
}
</style>
background-color css
<style>
a { background-color: #96B1AD; }
a { background-color: rgb(150,177,173); }
div.DivClassName
{
background-color: #96B1AD;
}
.BgClassName
{
background-color: #96B1AD;
}
</style>
border-color css
<style>
span { border-color: #96B1AD; }
span { border-color: rgb(150,177,173); }
td.TdClassName
{
border-color: #96B1AD;
}
.TagClassName
{
border-color: #96B1AD;
}
</style>