Html Css Color HEX #9EB2AD Conch

📋 copy color: '#9EB2AD'

red 158 ◦ green 178 ◦ blue 173

#9EB2AD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Conch #9EB2AD

Tints of Conch #9EB2AD

RGB

 RED value IS 158 (62.11% from 255) = 31.04%

 GREEN value IS 178 (69.92% from 255) = 34.97%

 BLUE value IS 173 (67.97% from 255) = 33.99%

R = 31.04%
G = 34.97%
B = 33.99%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.03

 K value IS 0.30

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#9EB2AD (or 0x9EB2AD) is known color: Conch. HEX triplet: 9E, B2 and AD. RGB value is (158,178,173). Sum of RGB (Red+Green+Blue) = 158+178+173=509 (67% of max value = 765). Red value is 158 (62.11% from 255 or 31.04% from 509); Green value is 178 (69.92% from 255 or 34.97% from 509); Blue value is 173 (67.97% from 255 or 33.99% from 509); Max value from RGB is 178 - color contains mainly: green. Hex color #9EB2AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9EB2AD is #614D52. Grayscale: #ABABAB. Windows color (decimal): -6376787 or 11383454. OLE color: 11383454.

HSL color Cylindrical-coordinate representation of color #9EB2AD: hue angle of 165º degrees, saturation: 0.11, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #9EB2AD is Cyan = 0.11, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.30.

Color convert

RGB 158 178 173 -
CMYK 0.11 0 0.03 0.30
HSL 165º 0.11% 0.66% -
HSV(B) 165º 0.11% 0.7% -
XYZ 37.56 42.13 45.69 -
YUV 171.45 128.87 118.41 -
System Red Green Blue C M Y K H S L
Decimal 158 178 173 0.11 0 0.03 0.30 165 0.11 0.66
Hex 9E B2 AD B 0 3 1E A5 B 42
Octal 236 262 255 13 0 3 36 245 13 102
Binary 10011110 10110010 10101101 1011 0 11 11110 10100101 1011 1000010

Color Harmonies of #9EB2AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EB2AD

Black with #9EB2AD

Text Example


Text Example

White with #9EB2AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9EB2AD; }

 p { color: rgb(158,178,173); }

 H1.HeaderClassName
 {
   color: #9EB2AD;
 }
 .AnyTagClassName
 {
   color: #9EB2AD;
 }
</style>

background-color css

<style>
 a { background-color: #9EB2AD; }

 a { background-color: rgb(158,178,173); }

 div.DivClassName
 {
   background-color: #9EB2AD;
 }
 .BgClassName
 {
   background-color: #9EB2AD;
 }
</style>

border-color css

<style>
 span { border-color: #9EB2AD; }

 span { border-color: rgb(158,178,173); }

 td.TdClassName
 {
   border-color: #9EB2AD;
 }
 .TagClassName
 {
   border-color: #9EB2AD;
 }
</style>