#8EBAA0

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

Shades of Summer Green #8EBAA0

Tints of Summer Green #8EBAA0

Color information

#8EBAA0 (or 0x8EBAA0) is unknown color: approx Summer Green. HEX triplet: 8E, BA and A0. RGB value is (142,186,160). Sum of RGB (Red+Green+Blue) = 142+186+160=488 (64% of max value = 765). Red value is 142 (55.86% from 255 or 29.10% from 488); Green value is 186 (73.05% from 255 or 38.11% from 488); Blue value is 160 (62.89% from 255 or 32.79% from 488); Max value from RGB is 186 - color contains mainly: green. Hex color #8EBAA0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8EBAA0 is #71455F. Grayscale: #A9A9A9. Windows color (decimal): -7423328 or 10533518. OLE color: 10533518.

HSL color Cylindrical-coordinate representation of color #8EBAA0: hue angle of 144.55º degrees, saturation: 0.24, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #8EBAA0 is Cyan = 0.24, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.27.

Color convert

RGB142186160-
CMYK0.2400.140.27
HSL144.55º24.18%64.31%-
HSV(B)144.55º23.66%72.94%-
XYZ35.0643.4139.79-
YUV169.88122.42108.11-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 29.10%
GREEN value IS 186 (73.05% from 255) = 38.11%
BLUE value IS 160 (62.89% from 255) = 32.79%
R=29.10%
G=38.11%
B=32.79%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1421861600.2400.140.27144.5524.1864.31
Hex8EBAA0180E1B911840
Octal216272240300163322130100
Binary10001110101110101010000011000011101101110010001110001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EBAA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,186,160); }

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

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

 a { background-color: rgb(142,186,160); }

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

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

 span { border-color: rgb(142,186,160); }

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