#8DC193

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

Shades of Dark Sea Green #8DC193

Tints of Dark Sea Green #8DC193

Color information

#8DC193 (or 0x8DC193) is unknown color: approx Dark Sea Green. HEX triplet: 8D, C1 and 93. RGB value is (141,193,147). Sum of RGB (Red+Green+Blue) = 141+193+147=481 (63% of max value = 765). Red value is 141 (55.47% from 255 or 29.31% from 481); Green value is 193 (75.78% from 255 or 40.12% from 481); Blue value is 147 (57.81% from 255 or 30.56% from 481); Max value from RGB is 193 - color contains mainly: green. Hex color #8DC193 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DC193 is #723E6C. Grayscale: #ACACAC. Windows color (decimal): -7487085 or 9683341. OLE color: 9683341.

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

Color convert

RGB141193147-
CMYK0.2700.240.24
HSL126.92º29.55%65.49%-
HSV(B)126.92º26.94%75.69%-
XYZ35.3245.9134.6-
YUV172.21113.77105.74-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 29.31%
GREEN value IS 193 (75.78% from 255) = 40.12%
BLUE value IS 147 (57.81% from 255) = 30.56%
R=29.31%
G=40.12%
B=30.56%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1411931470.2700.240.24126.9229.5565.49
Hex8DC1931B018187f1e41
Octal215301223330303017736101
Binary10001101110000011001001111011011000110001111111111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DC193

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,193,147); }

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

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

 a { background-color: rgb(141,193,147); }

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

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

 span { border-color: rgb(141,193,147); }

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