#8EB994

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

Shades of Dark Sea Green #8EB994

Tints of Dark Sea Green #8EB994

Color information

#8EB994 (or 0x8EB994) is unknown color: approx Dark Sea Green. HEX triplet: 8E, B9 and 94. RGB value is (142,185,148). Sum of RGB (Red+Green+Blue) = 142+185+148=475 (62% of max value = 765). Red value is 142 (55.86% from 255 or 29.89% from 475); Green value is 185 (72.66% from 255 or 38.95% from 475); Blue value is 148 (58.20% from 255 or 31.16% from 475); Max value from RGB is 185 - color contains mainly: green. Hex color #8EB994 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8EB994 is #71466B. Grayscale: #A8A8A8. Windows color (decimal): -7423596 or 9746830. OLE color: 9746830.

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

Color convert

RGB142185148-
CMYK0.2300.200.27
HSL128.37º23.5%64.12%-
HSV(B)128.37º23.24%72.55%-
XYZ33.8542.5934.45-
YUV167.92116.75109.51-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 29.89%
GREEN value IS 185 (72.66% from 255) = 38.95%
BLUE value IS 148 (58.20% from 255) = 31.16%
R=29.89%
G=38.95%
B=31.16%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1421851480.2300.200.27128.3723.564.12
Hex8EB994170141B801740
Octal216271224270243320027100
Binary100011101011100110010100101110101001101110000000101111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EB994

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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