#8EB38A

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

Shades of Dark Sea Green #8EB38A

Tints of Dark Sea Green #8EB38A

Color information

#8EB38A (or 0x8EB38A) is unknown color: approx Dark Sea Green. HEX triplet: 8E, B3 and 8A. RGB value is (142,179,138). Sum of RGB (Red+Green+Blue) = 142+179+138=459 (60% of max value = 765). Red value is 142 (55.86% from 255 or 30.94% from 459); Green value is 179 (70.31% from 255 or 39.00% from 459); Blue value is 138 (54.30% from 255 or 30.07% from 459); Max value from RGB is 179 - color contains mainly: green. Hex color #8EB38A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8EB38A is #714C75. Grayscale: #A3A3A3. Windows color (decimal): -7425142 or 9089934. OLE color: 9089934.

HSL color Cylindrical-coordinate representation of color #8EB38A: hue angle of 114.15º degrees, saturation: 0.21, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #8EB38A is Cyan = 0.21, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.30.

Color convert

RGB142179138-
CMYK0.2100.230.30
HSL114.15º21.24%62.16%-
HSV(B)114.15º22.91%70.2%-
XYZ31.8639.8330.05-
YUV163.26113.74112.83-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 30.94%
GREEN value IS 179 (70.31% from 255) = 39.00%
BLUE value IS 138 (54.30% from 255) = 30.07%
R=30.94%
G=39.00%
B=30.07%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1421791380.2100.230.30114.1521.2462.16
Hex8EB38A150171E72153e
Octal21626321225027361622576
Binary1000111010110011100010101010101011111110111001010101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EB38A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,179,138); }

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

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

 a { background-color: rgb(142,179,138); }

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

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

 span { border-color: rgb(142,179,138); }

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