#8EAA9A

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

Shades of Summer Green #8EAA9A

Tints of Summer Green #8EAA9A

Color information

#8EAA9A (or 0x8EAA9A) is unknown color: approx Summer Green. HEX triplet: 8E, AA and 9A. RGB value is (142,170,154). Sum of RGB (Red+Green+Blue) = 142+170+154=466 (61% of max value = 765). Red value is 142 (55.86% from 255 or 30.47% from 466); Green value is 170 (66.80% from 255 or 36.48% from 466); Blue value is 154 (60.55% from 255 or 33.05% from 466); Max value from RGB is 170 - color contains mainly: green. Hex color #8EAA9A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8EAA9A is #715565. Grayscale: #9F9F9F. Windows color (decimal): -7427430 or 10136206. OLE color: 10136206.

HSL color Cylindrical-coordinate representation of color #8EAA9A: hue angle of 145.71º degrees, saturation: 0.14, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #8EAA9A is Cyan = 0.16, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.33.

Color convert

RGB142170154-
CMYK0.1600.090.33
HSL145.71º14.14%61.18%-
HSV(B)145.71º16.47%66.67%-
XYZ31.3636.8336.03-
YUV159.8124.72115.3-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 30.47%
GREEN value IS 170 (66.80% from 255) = 36.48%
BLUE value IS 154 (60.55% from 255) = 33.05%
R=30.47%
G=36.48%
B=33.05%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1421701540.1600.090.33145.7114.1461.18
Hex8EAA9A10092192e3d
Octal21625223220011412221675
Binary1000111010101010100110101000001001100001100100101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EAA9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,170,154); }

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

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

 a { background-color: rgb(142,170,154); }

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

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

 span { border-color: rgb(142,170,154); }

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