#8DC48E

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

Shades of Dark Sea Green #8DC48E

Tints of Dark Sea Green #8DC48E

Color information

#8DC48E (or 0x8DC48E) is unknown color: approx Dark Sea Green. HEX triplet: 8D, C4 and 8E. RGB value is (141,196,142). Sum of RGB (Red+Green+Blue) = 141+196+142=479 (63% of max value = 765). Red value is 141 (55.47% from 255 or 29.44% from 479); Green value is 196 (76.95% from 255 or 40.92% from 479); Blue value is 142 (55.86% from 255 or 29.65% from 479); Max value from RGB is 196 - color contains mainly: green. Hex color #8DC48E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DC48E is #723B71. Grayscale: #ADADAD. Windows color (decimal): -7486322 or 9356429. OLE color: 9356429.

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

Color convert

RGB141196142-
CMYK0.2800.280.23
HSL121.09º31.79%66.08%-
HSV(B)121.09º28.06%76.86%-
XYZ35.6147.132.8-
YUV173.4110.28104.89-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 29.44%
GREEN value IS 196 (76.95% from 255) = 40.92%
BLUE value IS 142 (55.86% from 255) = 29.65%
R=29.44%
G=40.92%
B=29.65%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1411961420.2800.280.23121.0931.7966.08
Hex8DC48E1C01C17792042
Octal215304216340342717140102
Binary100011011100010010001110111000111001011111110011000001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DC48E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,196,142); }

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

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

 a { background-color: rgb(141,196,142); }

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

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

 span { border-color: rgb(141,196,142); }

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