#8EBF95

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

Shades of Dark Sea Green #8EBF95

Tints of Dark Sea Green #8EBF95

Color information

#8EBF95 (or 0x8EBF95) is unknown color: approx Dark Sea Green. HEX triplet: 8E, BF and 95. RGB value is (142,191,149). Sum of RGB (Red+Green+Blue) = 142+191+149=482 (63% of max value = 765). Red value is 142 (55.86% from 255 or 29.46% from 482); Green value is 191 (75% from 255 or 39.63% from 482); Blue value is 149 (58.59% from 255 or 30.91% from 482); Max value from RGB is 191 - color contains mainly: green. Hex color #8EBF95 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8EBF95 is #71406A. Grayscale: #ABABAB. Windows color (decimal): -7422059 or 9813902. OLE color: 9813902.

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

Color convert

RGB142191149-
CMYK0.2600.220.25
HSL128.57º27.68%65.29%-
HSV(B)128.57º25.65%74.9%-
XYZ35.2145.1835.3-
YUV171.56115.27106.92-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 29.46%
GREEN value IS 191 (75% from 255) = 39.63%
BLUE value IS 149 (58.59% from 255) = 30.91%
R=29.46%
G=39.63%
B=30.91%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1421911490.2600.220.25128.5727.6865.29
Hex8EBF951A01619811c41
Octal216277225320263120134101
Binary100011101011111110010101110100101101100110000001111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EBF95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,191,149); }

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

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

 a { background-color: rgb(142,191,149); }

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

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

 span { border-color: rgb(142,191,149); }

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