Html Css Color HEX #9EAEAB Conch

📋 copy color: '#9EAEAB'

red 158 ◦ green 174 ◦ blue 171

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

Shades of Conch #9EAEAB

Tints of Conch #9EAEAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 34%

R = 31.41%
G = 34.59%
B = 34%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.02

 K value IS 0.32

RGB Variations

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

Color information

#9EAEAB (or 0x9EAEAB) is known color: Conch. HEX triplet: 9E, AE and AB. RGB value is (158,174,171). Sum of RGB (Red+Green+Blue) = 158+174+171=503 (66% of max value = 765). Red value is 158 (62.11% from 255 or 31.41% from 503); Green value is 174 (68.36% from 255 or 34.59% from 503); Blue value is 171 (67.19% from 255 or 34.00% from 503); Max value from RGB is 174 - color contains mainly: green. Hex color #9EAEAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9EAEAB is #615154. Grayscale: #A8A8A8. Windows color (decimal): -6377813 or 11251358. OLE color: 11251358.

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

Color convert

RGB 158 174 171 -
CMYK 0.09 0 0.02 0.32
HSL 168.75º 0.09% 0.65% -
HSV(B) 168.75º 0.09% 0.68% -
XYZ 36.59 40.48 44.41 -
YUV 168.87 129.2 120.24 -
System Red Green Blue C M Y K H S L
Decimal 158 174 171 0.09 0 0.02 0.32 168.75 0.09 0.65
Hex 9E AE AB 9 0 2 20 A9 9 41
Octal 236 256 253 11 0 2 40 251 11 101
Binary 10011110 10101110 10101011 1001 0 10 100000 10101001 1001 1000001

Color Harmonies of #9EAEAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EAEAB

Black with #9EAEAB

Text Example


Text Example

White with #9EAEAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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