#8EBF92

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

Shades of Dark Sea Green #8EBF92

Tints of Dark Sea Green #8EBF92

Color information

#8EBF92 (or 0x8EBF92) is unknown color: approx Dark Sea Green. HEX triplet: 8E, BF and 92. RGB value is (142,191,146). Sum of RGB (Red+Green+Blue) = 142+191+146=479 (63% of max value = 765). Red value is 142 (55.86% from 255 or 29.65% from 479); Green value is 191 (75% from 255 or 39.87% from 479); Blue value is 146 (57.42% from 255 or 30.48% from 479); Max value from RGB is 191 - color contains mainly: green. Hex color #8EBF92 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8EBF92 is #71406D. Grayscale: #ABABAB. Windows color (decimal): -7422062 or 9617294. OLE color: 9617294.

HSL color Cylindrical-coordinate representation of color #8EBF92: hue angle of 124.9º 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 #8EBF92 is Cyan = 0.26, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.25.

Color convert

RGB142191146-
CMYK0.2600.240.25
HSL124.9º27.68%65.29%-
HSV(B)124.9º25.65%74.9%-
XYZ34.9745.0934.05-
YUV171.22113.77107.16-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 29.65%
GREEN value IS 191 (75% from 255) = 39.87%
BLUE value IS 146 (57.42% from 255) = 30.48%
R=29.65%
G=39.87%
B=30.48%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1421911460.2600.240.25124.927.6865.29
Hex8EBF921A018197d1c41
Octal216277222320303117534101
Binary10001110101111111001001011010011000110011111101111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EBF92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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