Html Css Color HEX #9EAEAC Conch

📋 copy color: '#9EAEAC'

red 158 ◦ green 174 ◦ blue 172

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

Shades of Conch #9EAEAC

Tints of Conch #9EAEAC

RGB

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

 GREEN value IS 174 (68.36% from 255) = 34.52%

 BLUE value IS 172 (67.58% from 255) = 34.13%

R = 31.35%
G = 34.52%
B = 34.13%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.01

 K value IS 0.32

RGB Variations

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

Color information

#9EAEAC (or 0x9EAEAC) is known color: Conch. HEX triplet: 9E, AE and AC. RGB value is (158,174,172). Sum of RGB (Red+Green+Blue) = 158+174+172=504 (66% of max value = 765). Red value is 158 (62.11% from 255 or 31.35% from 504); Green value is 174 (68.36% from 255 or 34.52% from 504); Blue value is 172 (67.58% from 255 or 34.13% from 504); Max value from RGB is 174 - color contains mainly: green. Hex color #9EAEAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9EAEAC is #615153. Grayscale: #A8A8A8. Windows color (decimal): -6377812 or 11316894. OLE color: 11316894.

HSL color Cylindrical-coordinate representation of color #9EAEAC: hue angle of 172.5º degrees, saturation: 0.09, 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 #9EAEAC is Cyan = 0.09, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.32.

Color convert

RGB 158 174 172 -
CMYK 0.09 0 0.01 0.32
HSL 172.5º 0.09% 0.65% -
HSV(B) 172.5º 0.09% 0.68% -
XYZ 36.68 40.52 44.92 -
YUV 168.99 129.7 120.16 -
System Red Green Blue C M Y K H S L
Decimal 158 174 172 0.09 0 0.01 0.32 172.5 0.09 0.65
Hex 9E AE AC 9 0 1 20 AC 9 41
Octal 236 256 254 11 0 1 40 254 11 101
Binary 10011110 10101110 10101100 1001 0 1 100000 10101100 1001 1000001

Color Harmonies of #9EAEAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EAEAC

Black with #9EAEAC

Text Example


Text Example

White with #9EAEAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,174,172); }

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

background-color css

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

 a { background-color: rgb(158,174,172); }

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

border-color css

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

 span { border-color: rgb(158,174,172); }

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