Shades of Conch #96B6B3
Tints of Conch #96B6B3
RGB
CMYK
RGB Variations
Color information
#96B6B3 (or 0x96B6B3) is known color: Conch. HEX triplet: 96, B6 and B3. RGB value is (150,182,179). Sum of RGB (Red+Green+Blue) = 150+182+179=511 (67% of max value = 765). Red value is 150 (58.98% from 255 or 29.35% from 511); Green value is 182 (71.48% from 255 or 35.62% from 511); Blue value is 179 (70.31% from 255 or 35.03% from 511); Max value from RGB is 182 - color contains mainly: green. Hex color #96B6B3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96B6B3 is #69494C. Grayscale: #ACACAC. Windows color (decimal): -6900045 or 11777686. OLE color: 11777686.
HSL color Cylindrical-coordinate representation of color #96B6B3: hue angle of 174.38º degrees, saturation: 0.18, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #96B6B3 is Cyan = 0.18, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 150 | 182 | 179 | - |
| CMYK | 0.18 | 0 | 0.02 | 0.29 |
| HSL | 174.38º | 0.18% | 0.65% | - |
| HSV(B) | 174.38º | 0.18% | 0.71% | - |
| XYZ | 37.44 | 43.19 | 49.01 | - |
| YUV | 172.09 | 131.9 | 112.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 182 | 179 | 0.18 | 0 | 0.02 | 0.29 | 174.38 | 0.18 | 0.65 |
| Hex | 96 | B6 | B3 | 12 | 0 | 2 | 1D | AE | 12 | 41 |
| Octal | 226 | 266 | 263 | 22 | 0 | 2 | 35 | 256 | 22 | 101 |
| Binary | 10010110 | 10110110 | 10110011 | 10010 | 0 | 10 | 11101 | 10101110 | 10010 | 1000001 |
Color Harmonies of #96B6B3
Complementary color
Monochromatic Colors of #96B6B3
Black with #96B6B3
Text Example
Text Example
White with #96B6B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96B6B3; }
p { color: rgb(150,182,179); }
H1.HeaderClassName
{
color: #96B6B3;
}
.AnyTagClassName
{
color: #96B6B3;
}
</style>
background-color css
<style>
a { background-color: #96B6B3; }
a { background-color: rgb(150,182,179); }
div.DivClassName
{
background-color: #96B6B3;
}
.BgClassName
{
background-color: #96B6B3;
}
</style>
border-color css
<style>
span { border-color: #96B6B3; }
span { border-color: rgb(150,182,179); }
td.TdClassName
{
border-color: #96B6B3;
}
.TagClassName
{
border-color: #96B6B3;
}
</style>