#8DC38C

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

Shades of Dark Sea Green #8DC38C

Tints of Dark Sea Green #8DC38C

Color information

#8DC38C (or 0x8DC38C) is unknown color: approx Dark Sea Green. HEX triplet: 8D, C3 and 8C. RGB value is (141,195,140). Sum of RGB (Red+Green+Blue) = 141+195+140=476 (63% of max value = 765). Red value is 141 (55.47% from 255 or 29.62% from 476); Green value is 195 (76.56% from 255 or 40.97% from 476); Blue value is 140 (55.08% from 255 or 29.41% from 476); Max value from RGB is 195 - color contains mainly: green. Hex color #8DC38C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DC38C is #723C73. Grayscale: #ACACAC. Windows color (decimal): -7486580 or 9225101. OLE color: 9225101.

HSL color Cylindrical-coordinate representation of color #8DC38C: hue angle of 118.91º degrees, saturation: 0.31, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #8DC38C is Cyan = 0.28, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.24.

Color convert

RGB141195140-
CMYK0.2800.280.24
HSL118.91º31.43%65.69%-
HSV(B)118.91º28.21%76.47%-
XYZ35.2346.5931.95-
YUV172.58109.61105.47-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 29.62%
GREEN value IS 195 (76.56% from 255) = 40.97%
BLUE value IS 140 (55.08% from 255) = 29.41%
R=29.62%
G=40.97%
B=29.41%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1411951400.2800.280.24118.9131.4365.69
Hex8DC38C1C01C18771f42
Octal215303214340343016737102
Binary10001101110000111000110011100011100110001110111111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DC38C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,195,140); }

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

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

 a { background-color: rgb(141,195,140); }

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

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

 span { border-color: rgb(141,195,140); }

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