#8DC392

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

Shades of Dark Sea Green #8DC392

Tints of Dark Sea Green #8DC392

Color information

#8DC392 (or 0x8DC392) is unknown color: approx Dark Sea Green. HEX triplet: 8D, C3 and 92. RGB value is (141,195,146). Sum of RGB (Red+Green+Blue) = 141+195+146=482 (63% of max value = 765). Red value is 141 (55.47% from 255 or 29.25% from 482); Green value is 195 (76.56% from 255 or 40.46% from 482); Blue value is 146 (57.42% from 255 or 30.29% from 482); Max value from RGB is 195 - color contains mainly: green. Hex color #8DC392 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DC392 is #723C6D. Grayscale: #ADADAD. Windows color (decimal): -7486574 or 9618317. OLE color: 9618317.

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

Color convert

RGB141195146-
CMYK0.2800.250.24
HSL125.56º31.03%65.88%-
HSV(B)125.56º27.69%76.47%-
XYZ35.6946.7734.34-
YUV173.27112.61104.98-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 29.25%
GREEN value IS 195 (76.56% from 255) = 40.46%
BLUE value IS 146 (57.42% from 255) = 30.29%
R=29.25%
G=40.46%
B=30.29%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1411951460.2800.250.24125.5631.0365.88
Hex8DC3921C019187e1f42
Octal215303222340313017637102
Binary10001101110000111001001011100011001110001111110111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DC392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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