#8EB993

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

Shades of Dark Sea Green #8EB993

Tints of Dark Sea Green #8EB993

Color information

#8EB993 (or 0x8EB993) is unknown color: approx Dark Sea Green. HEX triplet: 8E, B9 and 93. RGB value is (142,185,147). Sum of RGB (Red+Green+Blue) = 142+185+147=474 (62% of max value = 765). Red value is 142 (55.86% from 255 or 29.96% from 474); Green value is 185 (72.66% from 255 or 39.03% from 474); Blue value is 147 (57.81% from 255 or 31.01% from 474); Max value from RGB is 185 - color contains mainly: green. Hex color #8EB993 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8EB993 is #71466C. Grayscale: #A7A7A7. Windows color (decimal): -7423597 or 9681294. OLE color: 9681294.

HSL color Cylindrical-coordinate representation of color #8EB993: hue angle of 126.98º 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 #8EB993 is Cyan = 0.23, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.27.

Color convert

RGB142185147-
CMYK0.2300.210.27
HSL126.98º23.5%64.12%-
HSV(B)126.98º23.24%72.55%-
XYZ33.7742.5634.04-
YUV167.81116.25109.59-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 29.96%
GREEN value IS 185 (72.66% from 255) = 39.03%
BLUE value IS 147 (57.81% from 255) = 31.01%
R=29.96%
G=39.03%
B=31.01%

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
Decimal1421851470.2300.210.27126.9823.564.12
Hex8EB993170151B7f1740
Octal216271223270253317727100
Binary10001110101110011001001110111010101110111111111101111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EB993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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