Shades of Conch #9EB6B1
Tints of Conch #9EB6B1
RGB
CMYK
RGB Variations
Color information
#9EB6B1 (or 0x9EB6B1) is known color: Conch. HEX triplet: 9E, B6 and B1. RGB value is (158,182,177). Sum of RGB (Red+Green+Blue) = 158+182+177=517 (68% of max value = 765). Red value is 158 (62.11% from 255 or 30.56% from 517); Green value is 182 (71.48% from 255 or 35.20% from 517); Blue value is 177 (69.53% from 255 or 34.24% from 517); Max value from RGB is 182 - color contains mainly: green. Hex color #9EB6B1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9EB6B1 is #61494E. Grayscale: #AEAEAE. Windows color (decimal): -6375759 or 11646622. OLE color: 11646622.
HSL color Cylindrical-coordinate representation of color #9EB6B1: hue angle of 167.5º degrees, saturation: 0.14, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #9EB6B1 is Cyan = 0.13, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.29.
Color convert
RGB | 158 | 182 | 177 | - |
CMYK | 0.13 | 0 | 0.03 | 0.29 |
HSL | 167.5º | 0.14% | 0.67% | - |
HSV(B) | 167.5º | 0.13% | 0.71% | - |
XYZ | 38.76 | 43.9 | 48.03 | - |
YUV | 174.25 | 129.55 | 116.41 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 158 | 182 | 177 | 0.13 | 0 | 0.03 | 0.29 | 167.5 | 0.14 | 0.67 |
Hex | 9E | B6 | B1 | D | 0 | 3 | 1D | A8 | E | 43 |
Octal | 236 | 266 | 261 | 15 | 0 | 3 | 35 | 250 | 16 | 103 |
Binary | 10011110 | 10110110 | 10110001 | 1101 | 0 | 11 | 11101 | 10101000 | 1110 | 1000011 |
Color Harmonies of #9EB6B1
Complementary color
Monochromatic Colors of #9EB6B1
Black with #9EB6B1
Text Example
Text Example
White with #9EB6B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EB6B1; }
p { color: rgb(158,182,177); }
H1.HeaderClassName
{
color: #9EB6B1;
}
.AnyTagClassName
{
color: #9EB6B1;
}
</style>
background-color css
<style>
a { background-color: #9EB6B1; }
a { background-color: rgb(158,182,177); }
div.DivClassName
{
background-color: #9EB6B1;
}
.BgClassName
{
background-color: #9EB6B1;
}
</style>
border-color css
<style>
span { border-color: #9EB6B1; }
span { border-color: rgb(158,182,177); }
td.TdClassName
{
border-color: #9EB6B1;
}
.TagClassName
{
border-color: #9EB6B1;
}
</style>