#8EBE96

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

Shades of Dark Sea Green #8EBE96

Tints of Dark Sea Green #8EBE96

Color information

#8EBE96 (or 0x8EBE96) is unknown color: approx Dark Sea Green. HEX triplet: 8E, BE and 96. RGB value is (142,190,150). Sum of RGB (Red+Green+Blue) = 142+190+150=482 (63% of max value = 765). Red value is 142 (55.86% from 255 or 29.46% from 482); Green value is 190 (74.61% from 255 or 39.42% from 482); Blue value is 150 (58.98% from 255 or 31.12% from 482); Max value from RGB is 190 - color contains mainly: green. Hex color #8EBE96 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8EBE96 is #714169. Grayscale: #ABABAB. Windows color (decimal): -7422314 or 9879182. OLE color: 9879182.

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

Color convert

RGB142190150-
CMYK0.2500.210.25
HSL130º26.97%65.1%-
HSV(B)130º25.26%74.51%-
XYZ35.0744.7835.65-
YUV171.09116.1107.25-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 29.46%
GREEN value IS 190 (74.61% from 255) = 39.42%
BLUE value IS 150 (58.98% from 255) = 31.12%
R=29.46%
G=39.42%
B=31.12%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1421901500.2500.210.2513026.9765.1
Hex8EBE961901519821b41
Octal216276226310253120233101
Binary100011101011111010010110110010101011100110000010110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EBE96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,190,150); }

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

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

 a { background-color: rgb(142,190,150); }

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

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

 span { border-color: rgb(142,190,150); }

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