#8EBEAE

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

Shades of Shadow Green #8EBEAE

Tints of Shadow Green #8EBEAE

Color information

#8EBEAE (or 0x8EBEAE) is unknown color: approx Shadow Green. HEX triplet: 8E, BE and AE. RGB value is (142,190,174). Sum of RGB (Red+Green+Blue) = 142+190+174=506 (67% of max value = 765). Red value is 142 (55.86% from 255 or 28.06% from 506); Green value is 190 (74.61% from 255 or 37.55% from 506); Blue value is 174 (68.36% from 255 or 34.39% from 506); Max value from RGB is 190 - color contains mainly: green. Hex color #8EBEAE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8EBEAE is #714151. Grayscale: #ADADAD. Windows color (decimal): -7422290 or 11452046. OLE color: 11452046.

HSL color Cylindrical-coordinate representation of color #8EBEAE: hue angle of 160º degrees, saturation: 0.27, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #8EBEAE is Cyan = 0.25, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.25.

Color convert

RGB142190174-
CMYK0.2500.080.25
HSL160º26.97%65.1%-
HSV(B)160º25.26%74.51%-
XYZ37.2145.6346.89-
YUV173.82128.1105.3-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 28.06%
GREEN value IS 190 (74.61% from 255) = 37.55%
BLUE value IS 174 (68.36% from 255) = 34.39%
R=28.06%
G=37.55%
B=34.39%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1421901740.2500.080.2516026.9765.1
Hex8EBEAE190819a01b41
Octal216276256310103124033101
Binary10001110101111101010111011001010001100110100000110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EBEAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,190,174); }

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

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

 a { background-color: rgb(142,190,174); }

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

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

 span { border-color: rgb(142,190,174); }

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