Shades of Conch #9EBAB8
Tints of Conch #9EBAB8
RGB
CMYK
RGB Variations
Color information
#9EBAB8 (or 0x9EBAB8) is known color: Conch. HEX triplet: 9E, BA and B8. RGB value is (158,186,184). Sum of RGB (Red+Green+Blue) = 158+186+184=528 (69% of max value = 765). Red value is 158 (62.11% from 255 or 29.92% from 528); Green value is 186 (73.05% from 255 or 35.23% from 528); Blue value is 184 (72.27% from 255 or 34.85% from 528); Max value from RGB is 186 - color contains mainly: green. Hex color #9EBAB8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9EBAB8 is #614547. Grayscale: #B1B1B1. Windows color (decimal): -6374728 or 12106398. OLE color: 12106398.
HSL color Cylindrical-coordinate representation of color #9EBAB8: hue angle of 175.71º degrees, saturation: 0.17, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #9EBAB8 is Cyan = 0.15, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 158 | 186 | 184 | - |
| CMYK | 0.15 | 0 | 0.01 | 0.27 |
| HSL | 175.71º | 0.17% | 0.67% | - |
| HSV(B) | 175.71º | 0.15% | 0.73% | - |
| XYZ | 40.31 | 45.85 | 52.07 | - |
| YUV | 177.4 | 131.72 | 114.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 186 | 184 | 0.15 | 0 | 0.01 | 0.27 | 175.71 | 0.17 | 0.67 |
| Hex | 9E | BA | B8 | F | 0 | 1 | 1B | B0 | 11 | 43 |
| Octal | 236 | 272 | 270 | 17 | 0 | 1 | 33 | 260 | 21 | 103 |
| Binary | 10011110 | 10111010 | 10111000 | 1111 | 0 | 1 | 11011 | 10110000 | 10001 | 1000011 |
Color Harmonies of #9EBAB8
Complementary color
Monochromatic Colors of #9EBAB8
Black with #9EBAB8
Text Example
Text Example
White with #9EBAB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EBAB8; }
p { color: rgb(158,186,184); }
H1.HeaderClassName
{
color: #9EBAB8;
}
.AnyTagClassName
{
color: #9EBAB8;
}
</style>
background-color css
<style>
a { background-color: #9EBAB8; }
a { background-color: rgb(158,186,184); }
div.DivClassName
{
background-color: #9EBAB8;
}
.BgClassName
{
background-color: #9EBAB8;
}
</style>
border-color css
<style>
span { border-color: #9EBAB8; }
span { border-color: rgb(158,186,184); }
td.TdClassName
{
border-color: #9EBAB8;
}
.TagClassName
{
border-color: #9EBAB8;
}
</style>