#8DAE8D

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

Shades of Dark Sea Green #8DAE8D

Tints of Dark Sea Green #8DAE8D

Color information

#8DAE8D (or 0x8DAE8D) is unknown color: approx Dark Sea Green. HEX triplet: 8D, AE and 8D. RGB value is (141,174,141). Sum of RGB (Red+Green+Blue) = 141+174+141=456 (60% of max value = 765). Red value is 141 (55.47% from 255 or 30.92% from 456); Green value is 174 (68.36% from 255 or 38.16% from 456); Blue value is 141 (55.47% from 255 or 30.92% from 456); Max value from RGB is 174 - color contains mainly: green. Hex color #8DAE8D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8DAE8D is #725172. Grayscale: #A0A0A0. Windows color (decimal): -7491955 or 9285261. OLE color: 9285261.

HSL color Cylindrical-coordinate representation of color #8DAE8D: hue angle of 120º degrees, saturation: 0.17, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #8DAE8D is Cyan = 0.19, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.32.

Color convert

RGB141174141-
CMYK0.1900.190.32
HSL120º16.92%61.76%-
HSV(B)120º18.97%68.24%-
XYZ30.9337.8630.88-
YUV160.37117.07114.18-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 30.92%
GREEN value IS 174 (68.36% from 255) = 38.16%
BLUE value IS 141 (55.47% from 255) = 30.92%
R=30.92%
G=38.16%
B=30.92%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1411741410.1900.190.3212016.9261.76
Hex8DAE8D130132078113e
Octal21525621523023401702176
Binary10001101101011101000110110011010011100000111100010001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DAE8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,174,141); }

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

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

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

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

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

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

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