#8EBA82

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

Shades of Dark Sea Green #8EBA82

Tints of Dark Sea Green #8EBA82

Color information

#8EBA82 (or 0x8EBA82) is unknown color: approx Dark Sea Green. HEX triplet: 8E, BA and 82. RGB value is (142,186,130). Sum of RGB (Red+Green+Blue) = 142+186+130=458 (60% of max value = 765). Red value is 142 (55.86% from 255 or 31.00% from 458); Green value is 186 (73.05% from 255 or 40.61% from 458); Blue value is 130 (51.17% from 255 or 28.38% from 458); Max value from RGB is 186 - color contains mainly: green. Hex color #8EBA82 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8EBA82 is #71457D. Grayscale: #A6A6A6. Windows color (decimal): -7423358 or 8567438. OLE color: 8567438.

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

Color convert

RGB142186130-
CMYK0.2400.300.27
HSL107.14º28.87%61.96%-
HSV(B)107.14º30.11%72.94%-
XYZ32.7442.4827.59-
YUV166.46107.42110.55-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 31.00%
GREEN value IS 186 (73.05% from 255) = 40.61%
BLUE value IS 130 (51.17% from 255) = 28.38%
R=31.00%
G=40.61%
B=28.38%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1421861300.2400.300.27107.1428.8761.96
Hex8EBA821801E1B6b1d3e
Octal21627220230036331533576
Binary1000111010111010100000101100001111011011110101111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EBA82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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