#8DBC8C

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

Shades of Dark Sea Green #8DBC8C

Tints of Dark Sea Green #8DBC8C

Color information

#8DBC8C (or 0x8DBC8C) is unknown color: approx Dark Sea Green. HEX triplet: 8D, BC and 8C. RGB value is (141,188,140). Sum of RGB (Red+Green+Blue) = 141+188+140=469 (62% of max value = 765). Red value is 141 (55.47% from 255 or 30.06% from 469); Green value is 188 (73.83% from 255 or 40.09% from 469); Blue value is 140 (55.08% from 255 or 29.85% from 469); Max value from RGB is 188 - color contains mainly: green. Hex color #8DBC8C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DBC8C is #724373. Grayscale: #A8A8A8. Windows color (decimal): -7488372 or 9223309. OLE color: 9223309.

HSL color Cylindrical-coordinate representation of color #8DBC8C: hue angle of 118.75º degrees, saturation: 0.26, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8DBC8C is Cyan = 0.25, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.26.

Color convert

RGB141188140-
CMYK0.2500.260.26
HSL118.75º26.37%64.31%-
HSV(B)118.75º25.53%73.73%-
XYZ33.743.5231.44-
YUV168.48111.93108.4-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 30.06%
GREEN value IS 188 (73.83% from 255) = 40.09%
BLUE value IS 140 (55.08% from 255) = 29.85%
R=30.06%
G=40.09%
B=29.85%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1411881400.2500.260.26118.7526.3764.31
Hex8DBC8C1901A1A771a40
Octal215274214310323216732100
Binary10001101101111001000110011001011010110101110111110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DBC8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,188,140); }

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

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

 a { background-color: rgb(141,188,140); }

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

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

 span { border-color: rgb(141,188,140); }

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