#8EBB8A

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

Shades of Dark Sea Green #8EBB8A

Tints of Dark Sea Green #8EBB8A

Color information

#8EBB8A (or 0x8EBB8A) is unknown color: approx Dark Sea Green. HEX triplet: 8E, BB and 8A. RGB value is (142,187,138). Sum of RGB (Red+Green+Blue) = 142+187+138=467 (61% of max value = 765). Red value is 142 (55.86% from 255 or 30.41% from 467); Green value is 187 (73.44% from 255 or 40.04% from 467); Blue value is 138 (54.30% from 255 or 29.55% from 467); Max value from RGB is 187 - color contains mainly: green. Hex color #8EBB8A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8EBB8A is #714475. Grayscale: #A8A8A8. Windows color (decimal): -7423094 or 9091982. OLE color: 9091982.

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

Color convert

RGB142187138-
CMYK0.2400.260.27
HSL115.1º26.49%63.73%-
HSV(B)115.1º26.2%73.33%-
XYZ33.5143.1330.6-
YUV167.96111.09109.48-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 30.41%
GREEN value IS 187 (73.44% from 255) = 40.04%
BLUE value IS 138 (54.30% from 255) = 29.55%
R=30.41%
G=40.04%
B=29.55%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1421871380.2400.260.27115.126.4963.73
Hex8EBB8A1801A1B731a40
Octal216273212300323316332100
Binary10001110101110111000101011000011010110111110011110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EBB8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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