#8DC08C

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

Shades of Dark Sea Green #8DC08C

Tints of Dark Sea Green #8DC08C

Color information

#8DC08C (or 0x8DC08C) is unknown color: approx Dark Sea Green. HEX triplet: 8D, C0 and 8C. RGB value is (141,192,140). Sum of RGB (Red+Green+Blue) = 141+192+140=473 (62% of max value = 765). Red value is 141 (55.47% from 255 or 29.81% from 473); Green value is 192 (75.39% from 255 or 40.59% from 473); Blue value is 140 (55.08% from 255 or 29.60% from 473); Max value from RGB is 192 - color contains mainly: green. Hex color #8DC08C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DC08C is #723F73. Grayscale: #AAAAAA. Windows color (decimal): -7487348 or 9224333. OLE color: 9224333.

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

Color convert

RGB141192140-
CMYK0.2700.270.25
HSL118.85º29.21%65.1%-
HSV(B)118.85º27.08%75.29%-
XYZ34.5745.2631.72-
YUV170.82110.6106.73-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 29.81%
GREEN value IS 192 (75.39% from 255) = 40.59%
BLUE value IS 140 (55.08% from 255) = 29.60%
R=29.81%
G=40.59%
B=29.60%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1411921400.2700.270.25118.8529.2165.1
Hex8DC08C1B01B19771d41
Octal215300214330333116735101
Binary10001101110000001000110011011011011110011110111111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DC08C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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