#9EBEAA

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

Shades of Skeptic #9EBEAA

Tints of Skeptic #9EBEAA

Color information

#9EBEAA (or 0x9EBEAA) is unknown color: approx Skeptic. HEX triplet: 9E, BE and AA. RGB value is (158,190,170). Sum of RGB (Red+Green+Blue) = 158+190+170=518 (68% of max value = 765). Red value is 158 (62.11% from 255 or 30.50% from 518); Green value is 190 (74.61% from 255 or 36.68% from 518); Blue value is 170 (66.80% from 255 or 32.82% from 518); Max value from RGB is 190 - color contains mainly: green. Hex color #9EBEAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9EBEAA is #614155. Grayscale: #B2B2B2. Windows color (decimal): -6373718 or 11189918. OLE color: 11189918.

HSL color Cylindrical-coordinate representation of color #9EBEAA: hue angle of 142.5º degrees, saturation: 0.2, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #9EBEAA is Cyan = 0.17, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.25.

Color convert

RGB158190170-
CMYK0.1700.110.25
HSL142.5º19.75%68.24%-
HSV(B)142.5º16.84%74.51%-
XYZ39.774745.01-
YUV178.15123.4113.63-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 30.50%
GREEN value IS 190 (74.61% from 255) = 36.68%
BLUE value IS 170 (66.80% from 255) = 32.82%
R=30.50%
G=36.68%
B=32.82%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1581901700.1700.110.25142.519.7568.24
Hex9EBEAA110B198e1444
Octal236276252210133121624104
Binary10011110101111101010101010001010111100110001110101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EBEAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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