#8EB5A3

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

Shades of Skeptic #8EB5A3

Tints of Skeptic #8EB5A3

Color information

#8EB5A3 (or 0x8EB5A3) is unknown color: approx Skeptic. HEX triplet: 8E, B5 and A3. RGB value is (142,181,163). Sum of RGB (Red+Green+Blue) = 142+181+163=486 (64% of max value = 765). Red value is 142 (55.86% from 255 or 29.22% from 486); Green value is 181 (71.09% from 255 or 37.24% from 486); Blue value is 163 (64.06% from 255 or 33.54% from 486); Max value from RGB is 181 - color contains mainly: green. Hex color #8EB5A3 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8EB5A3 is #714A5C. Grayscale: #A7A7A7. Windows color (decimal): -7424605 or 10728846. OLE color: 10728846.

HSL color Cylindrical-coordinate representation of color #8EB5A3: hue angle of 152.31º degrees, saturation: 0.21, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #8EB5A3 is Cyan = 0.22, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.29.

Color convert

RGB142181163-
CMYK0.2200.100.29
HSL152.31º20.86%63.33%-
HSV(B)152.31º21.55%70.98%-
XYZ34.2941.4440.84-
YUV167.29125.58109.96-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 29.22%
GREEN value IS 181 (71.09% from 255) = 37.24%
BLUE value IS 163 (64.06% from 255) = 33.54%
R=29.22%
G=37.24%
B=33.54%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1421811630.2200.100.29152.3120.8663.33
Hex8EB5A3160A1D98153f
Octal21626524326012352302577
Binary1000111010110101101000111011001010111011001100010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EB5A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8EB5A3; }

 p { color: rgb(142,181,163); }

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

<style>
 a { background-color: #8EB5A3; }

 a { background-color: rgb(142,181,163); }

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

<style>
 span { border-color: #8EB5A3; }

 span { border-color: rgb(142,181,163); }

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