#8EBA8D

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

Shades of Dark Sea Green #8EBA8D

Tints of Dark Sea Green #8EBA8D

Color information

#8EBA8D (or 0x8EBA8D) is unknown color: approx Dark Sea Green. HEX triplet: 8E, BA and 8D. RGB value is (142,186,141). Sum of RGB (Red+Green+Blue) = 142+186+141=469 (62% of max value = 765). Red value is 142 (55.86% from 255 or 30.28% from 469); Green value is 186 (73.05% from 255 or 39.66% from 469); Blue value is 141 (55.47% from 255 or 30.06% from 469); Max value from RGB is 186 - color contains mainly: green. Hex color #8EBA8D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8EBA8D is #714572. Grayscale: #A7A7A7. Windows color (decimal): -7423347 or 9288334. OLE color: 9288334.

HSL color Cylindrical-coordinate representation of color #8EBA8D: hue angle of 118.67º degrees, saturation: 0.25, 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 #8EBA8D is Cyan = 0.24, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.27.

Color convert

RGB142186141-
CMYK0.2400.240.27
HSL118.67º24.59%64.12%-
HSV(B)118.67º24.19%72.94%-
XYZ33.5242.7931.69-
YUV167.71112.92109.66-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 30.28%
GREEN value IS 186 (73.05% from 255) = 39.66%
BLUE value IS 141 (55.47% from 255) = 30.06%
R=30.28%
G=39.66%
B=30.06%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1421861410.2400.240.27118.6724.5964.12
Hex8EBA8D180181B771940
Octal216272215300303316731100
Binary10001110101110101000110111000011000110111110111110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EBA8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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