Shades of Conch #96B5B2
Tints of Conch #96B5B2
RGB
CMYK
RGB Variations
Color information
#96B5B2 (or 0x96B5B2) is known color: Conch. HEX triplet: 96, B5 and B2. RGB value is (150,181,178). Sum of RGB (Red+Green+Blue) = 150+181+178=509 (67% of max value = 765). Red value is 150 (58.98% from 255 or 29.47% from 509); Green value is 181 (71.09% from 255 or 35.56% from 509); Blue value is 178 (69.92% from 255 or 34.97% from 509); Max value from RGB is 181 - color contains mainly: green. Hex color #96B5B2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96B5B2 is #694A4D. Grayscale: #ABABAB. Windows color (decimal): -6900302 or 11711894. OLE color: 11711894.
HSL color Cylindrical-coordinate representation of color #96B5B2: hue angle of 174.19º degrees, saturation: 0.17, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #96B5B2 is Cyan = 0.17, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 150 | 181 | 178 | - |
| CMYK | 0.17 | 0 | 0.02 | 0.29 |
| HSL | 174.19º | 0.17% | 0.65% | - |
| HSV(B) | 174.19º | 0.17% | 0.71% | - |
| XYZ | 37.14 | 42.75 | 48.41 | - |
| YUV | 171.39 | 131.73 | 112.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 181 | 178 | 0.17 | 0 | 0.02 | 0.29 | 174.19 | 0.17 | 0.65 |
| Hex | 96 | B5 | B2 | 11 | 0 | 2 | 1D | AE | 11 | 41 |
| Octal | 226 | 265 | 262 | 21 | 0 | 2 | 35 | 256 | 21 | 101 |
| Binary | 10010110 | 10110101 | 10110010 | 10001 | 0 | 10 | 11101 | 10101110 | 10001 | 1000001 |
Color Harmonies of #96B5B2
Complementary color
Monochromatic Colors of #96B5B2
Black with #96B5B2
Text Example
Text Example
White with #96B5B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96B5B2; }
p { color: rgb(150,181,178); }
H1.HeaderClassName
{
color: #96B5B2;
}
.AnyTagClassName
{
color: #96B5B2;
}
</style>
background-color css
<style>
a { background-color: #96B5B2; }
a { background-color: rgb(150,181,178); }
div.DivClassName
{
background-color: #96B5B2;
}
.BgClassName
{
background-color: #96B5B2;
}
</style>
border-color css
<style>
span { border-color: #96B5B2; }
span { border-color: rgb(150,181,178); }
td.TdClassName
{
border-color: #96B5B2;
}
.TagClassName
{
border-color: #96B5B2;
}
</style>