#8DC48A

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

Shades of Dark Sea Green #8DC48A

Tints of Dark Sea Green #8DC48A

Color information

#8DC48A (or 0x8DC48A) is unknown color: approx Dark Sea Green. HEX triplet: 8D, C4 and 8A. RGB value is (141,196,138). Sum of RGB (Red+Green+Blue) = 141+196+138=475 (62% of max value = 765). Red value is 141 (55.47% from 255 or 29.68% from 475); Green value is 196 (76.95% from 255 or 41.26% from 475); Blue value is 138 (54.30% from 255 or 29.05% from 475); Max value from RGB is 196 - color contains mainly: green. Hex color #8DC48A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DC48A is #723B75. Grayscale: #ADADAD. Windows color (decimal): -7486326 or 9094285. OLE color: 9094285.

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

Color convert

RGB141196138-
CMYK0.2800.300.23
HSL116.9º32.95%65.49%-
HSV(B)116.9º29.59%76.86%-
XYZ35.3146.9831.25-
YUV172.94108.28105.22-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 29.68%
GREEN value IS 196 (76.95% from 255) = 41.26%
BLUE value IS 138 (54.30% from 255) = 29.05%
R=29.68%
G=41.26%
B=29.05%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1411961380.2800.300.23116.932.9565.49
Hex8DC48A1C01E17752141
Octal215304212340362716541101
Binary100011011100010010001010111000111101011111101011000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DC48A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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