Html Css Color HEX #9EB6AF Conch

📋 copy color: '#9EB6AF'

red 158 ◦ green 182 ◦ blue 175

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

Shades of Conch #9EB6AF

Tints of Conch #9EB6AF

RGB

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

 GREEN value IS 182 (71.48% from 255) = 35.34%

 BLUE value IS 175 (68.75% from 255) = 33.98%

R = 30.68%
G = 35.34%
B = 33.98%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.04

 K value IS 0.29

RGB Variations

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

Color information

#9EB6AF (or 0x9EB6AF) is known color: Conch. HEX triplet: 9E, B6 and AF. RGB value is (158,182,175). Sum of RGB (Red+Green+Blue) = 158+182+175=515 (68% of max value = 765). Red value is 158 (62.11% from 255 or 30.68% from 515); Green value is 182 (71.48% from 255 or 35.34% from 515); Blue value is 175 (68.75% from 255 or 33.98% from 515); Max value from RGB is 182 - color contains mainly: green. Hex color #9EB6AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9EB6AF is #614950. Grayscale: #AEAEAE. Windows color (decimal): -6375761 or 11515550. OLE color: 11515550.

HSL color Cylindrical-coordinate representation of color #9EB6AF: hue angle of 162.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 #9EB6AF is Cyan = 0.13, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.29.

Color convert

RGB 158 182 175 -
CMYK 0.13 0 0.04 0.29
HSL 162.5º 0.14% 0.67% -
HSV(B) 162.5º 0.13% 0.71% -
XYZ 38.57 43.82 46.98 -
YUV 174.03 128.55 116.57 -
System Red Green Blue C M Y K H S L
Decimal 158 182 175 0.13 0 0.04 0.29 162.5 0.14 0.67
Hex 9E B6 AF D 0 4 1D A2 E 43
Octal 236 266 257 15 0 4 35 242 16 103
Binary 10011110 10110110 10101111 1101 0 100 11101 10100010 1110 1000011

Color Harmonies of #9EB6AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EB6AF

Black with #9EB6AF

Text Example


Text Example

White with #9EB6AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,182,175); }

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

background-color css

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

 a { background-color: rgb(158,182,175); }

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

border-color css

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

 span { border-color: rgb(158,182,175); }

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