#9EAEAB

Color #9EAEAB Conch (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Conch #9EAEAB

Tints of Conch #9EAEAB

Color information

#9EAEAB (or 0x9EAEAB) is unknown color: approx 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

RGB158174171-
CMYK0.0900.020.32
HSL168.75º8.99%65.1%-
HSV(B)168.75º9.2%68.24%-
XYZ36.5940.4844.41-
YUV168.87129.2120.24-

RGB Variations

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

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.00%
R=31.41%
G=34.59%
B=34.00%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1581741710.0900.020.32168.758.9965.1
Hex9EAEAB90220a9941
Octal23625625311024025111101
Binary10011110101011101010101110010101000001010100110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EAEAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>