Shades of Conch #9EADA9
Tints of Conch #9EADA9
RGB
CMYK
RGB Variations
Color information
#9EADA9 (or 0x9EADA9) is known color: Conch. HEX triplet: 9E, AD and A9. RGB value is (158,173,169). Sum of RGB (Red+Green+Blue) = 158+173+169=500 (66% of max value = 765). Red value is 158 (62.11% from 255 or 31.6% from 500); Green value is 173 (67.97% from 255 or 34.6% from 500); Blue value is 169 (66.41% from 255 or 33.8% from 500); Max value from RGB is 173 - color contains mainly: green. Hex color #9EADA9 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9EADA9 is #615256. Grayscale: #A8A8A8. Windows color (decimal): -6378071 or 11120030. OLE color: 11120030.
HSL color Cylindrical-coordinate representation of color #9EADA9: hue angle of 164º degrees, saturation: 0.08, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #9EADA9 is Cyan = 0.09, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 158 | 173 | 169 | - |
| CMYK | 0.09 | 0 | 0.02 | 0.32 |
| HSL | 164º | 0.08% | 0.65% | - |
| HSV(B) | 164º | 0.09% | 0.68% | - |
| XYZ | 36.21 | 40.02 | 43.35 | - |
| YUV | 168.06 | 128.53 | 120.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 173 | 169 | 0.09 | 0 | 0.02 | 0.32 | 164 | 0.08 | 0.65 |
| Hex | 9E | AD | A9 | 9 | 0 | 2 | 20 | A4 | 8 | 41 |
| Octal | 236 | 255 | 251 | 11 | 0 | 2 | 40 | 244 | 10 | 101 |
| Binary | 10011110 | 10101101 | 10101001 | 1001 | 0 | 10 | 100000 | 10100100 | 1000 | 1000001 |
Color Harmonies of #9EADA9
Complementary color
Monochromatic Colors of #9EADA9
Black with #9EADA9
Text Example
Text Example
White with #9EADA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EADA9; }
p { color: rgb(158,173,169); }
H1.HeaderClassName
{
color: #9EADA9;
}
.AnyTagClassName
{
color: #9EADA9;
}
</style>
background-color css
<style>
a { background-color: #9EADA9; }
a { background-color: rgb(158,173,169); }
div.DivClassName
{
background-color: #9EADA9;
}
.BgClassName
{
background-color: #9EADA9;
}
</style>
border-color css
<style>
span { border-color: #9EADA9; }
span { border-color: rgb(158,173,169); }
td.TdClassName
{
border-color: #9EADA9;
}
.TagClassName
{
border-color: #9EADA9;
}
</style>