#8EB992

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

Shades of Dark Sea Green #8EB992

Tints of Dark Sea Green #8EB992

Color information

#8EB992 (or 0x8EB992) is unknown color: approx Dark Sea Green. HEX triplet: 8E, B9 and 92. RGB value is (142,185,146). Sum of RGB (Red+Green+Blue) = 142+185+146=473 (62% of max value = 765). Red value is 142 (55.86% from 255 or 30.02% from 473); Green value is 185 (72.66% from 255 or 39.11% from 473); Blue value is 146 (57.42% from 255 or 30.87% from 473); Max value from RGB is 185 - color contains mainly: green. Hex color #8EB992 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8EB992 is #71466D. Grayscale: #A7A7A7. Windows color (decimal): -7423598 or 9615758. OLE color: 9615758.

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

Color convert

RGB142185146-
CMYK0.2300.210.27
HSL125.58º23.5%64.12%-
HSV(B)125.58º23.24%72.55%-
XYZ33.6942.5233.63-
YUV167.7115.75109.67-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 30.02%
GREEN value IS 185 (72.66% from 255) = 39.11%
BLUE value IS 146 (57.42% from 255) = 30.87%
R=30.02%
G=39.11%
B=30.87%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1421851460.2300.210.27125.5823.564.12
Hex8EB992170151B7e1740
Octal216271222270253317627100
Binary10001110101110011001001010111010101110111111110101111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EB992

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,185,146); }

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

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

 a { background-color: rgb(142,185,146); }

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

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

 span { border-color: rgb(142,185,146); }

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