#8DC08B

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

Shades of Dark Sea Green #8DC08B

Tints of Dark Sea Green #8DC08B

Color information

#8DC08B (or 0x8DC08B) is unknown color: approx Dark Sea Green. HEX triplet: 8D, C0 and 8B. RGB value is (141,192,139). Sum of RGB (Red+Green+Blue) = 141+192+139=472 (62% of max value = 765). Red value is 141 (55.47% from 255 or 29.87% from 472); Green value is 192 (75.39% from 255 or 40.68% from 472); Blue value is 139 (54.69% from 255 or 29.45% from 472); Max value from RGB is 192 - color contains mainly: green. Hex color #8DC08B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DC08B is #723F74. Grayscale: #AAAAAA. Windows color (decimal): -7487349 or 9158797. OLE color: 9158797.

HSL color Cylindrical-coordinate representation of color #8DC08B: hue angle of 117.74º degrees, saturation: 0.3, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #8DC08B is Cyan = 0.27, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.25.

Color convert

RGB141192139-
CMYK0.2700.280.25
HSL117.74º29.61%64.9%-
HSV(B)117.74º27.6%75.29%-
XYZ34.4945.2331.34-
YUV170.71110.1106.81-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 29.87%
GREEN value IS 192 (75.39% from 255) = 40.68%
BLUE value IS 139 (54.69% from 255) = 29.45%
R=29.87%
G=40.68%
B=29.45%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1411921390.2700.280.25117.7429.6164.9
Hex8DC08B1B01C19761e41
Octal215300213330343116636101
Binary10001101110000001000101111011011100110011110110111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DC08B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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