#8DC38B

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

Shades of Dark Sea Green #8DC38B

Tints of Dark Sea Green #8DC38B

Color information

#8DC38B (or 0x8DC38B) is unknown color: approx Dark Sea Green. HEX triplet: 8D, C3 and 8B. RGB value is (141,195,139). Sum of RGB (Red+Green+Blue) = 141+195+139=475 (62% of max value = 765). Red value is 141 (55.47% from 255 or 29.68% from 475); Green value is 195 (76.56% from 255 or 41.05% from 475); Blue value is 139 (54.69% from 255 or 29.26% from 475); Max value from RGB is 195 - color contains mainly: green. Hex color #8DC38B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DC38B is #723C74. Grayscale: #ACACAC. Windows color (decimal): -7486581 or 9159565. OLE color: 9159565.

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

Color convert

RGB141195139-
CMYK0.2800.290.24
HSL117.86º31.82%65.49%-
HSV(B)117.86º28.72%76.47%-
XYZ35.1646.5631.56-
YUV172.47109.11105.55-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 29.68%
GREEN value IS 195 (76.56% from 255) = 41.05%
BLUE value IS 139 (54.69% from 255) = 29.26%
R=29.68%
G=41.05%
B=29.26%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1411951390.2800.290.24117.8631.8265.49
Hex8DC38B1C01D18762041
Octal215303213340353016640101
Binary100011011100001110001011111000111011100011101101000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DC38B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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