#9EB4AA

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

Shades of Skeptic #9EB4AA

Tints of Skeptic #9EB4AA

Color information

#9EB4AA (or 0x9EB4AA) is unknown color: approx Skeptic. HEX triplet: 9E, B4 and AA. RGB value is (158,180,170). Sum of RGB (Red+Green+Blue) = 158+180+170=508 (67% of max value = 765). Red value is 158 (62.11% from 255 or 31.10% from 508); Green value is 180 (70.70% from 255 or 35.43% from 508); Blue value is 170 (66.80% from 255 or 33.46% from 508); Max value from RGB is 180 - color contains mainly: green. Hex color #9EB4AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9EB4AA is #614B55. Grayscale: #ACACAC. Windows color (decimal): -6376278 or 11187358. OLE color: 11187358.

HSL color Cylindrical-coordinate representation of color #9EB4AA: hue angle of 152.73º degrees, saturation: 0.13, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #9EB4AA is Cyan = 0.12, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.29.

Color convert

RGB158180170-
CMYK0.1200.060.29
HSL152.73º12.79%66.27%-
HSV(B)152.73º12.22%70.59%-
XYZ37.6842.8144.31-
YUV172.28126.71117.81-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 31.10%
GREEN value IS 180 (70.70% from 255) = 35.43%
BLUE value IS 170 (66.80% from 255) = 33.46%
R=31.10%
G=35.43%
B=33.46%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1581801700.1200.060.29152.7312.7966.27
Hex9EB4AAC061D99d42
Octal23626425214063523115102
Binary10011110101101001010101011000110111011001100111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EB4AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,180,170); }

 H1.HeaderClassName
 {
   color: #9EB4AA;
 }
 .AnyTagClassName
 {
   color: #9EB4AA;
 }
</style>
background-color css

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

 a { background-color: rgb(158,180,170); }

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

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

 span { border-color: rgb(158,180,170); }

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