#8DB490

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

Shades of Dark Sea Green #8DB490

Tints of Dark Sea Green #8DB490

Color information

#8DB490 (or 0x8DB490) is unknown color: approx Dark Sea Green. HEX triplet: 8D, B4 and 90. RGB value is (141,180,144). Sum of RGB (Red+Green+Blue) = 141+180+144=465 (61% of max value = 765). Red value is 141 (55.47% from 255 or 30.32% from 465); Green value is 180 (70.70% from 255 or 38.71% from 465); Blue value is 144 (56.64% from 255 or 30.97% from 465); Max value from RGB is 180 - color contains mainly: green. Hex color #8DB490 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DB490 is #724B6F. Grayscale: #A4A4A4. Windows color (decimal): -7490416 or 9483405. OLE color: 9483405.

HSL color Cylindrical-coordinate representation of color #8DB490: hue angle of 124.62º degrees, saturation: 0.21, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #8DB490 is Cyan = 0.22, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.29.

Color convert

RGB141180144-
CMYK0.2200.20.29
HSL124.62º20.63%62.94%-
HSV(B)124.62º21.67%70.59%-
XYZ32.3440.3232.46-
YUV164.24116.58111.43-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 30.32%
GREEN value IS 180 (70.70% from 255) = 38.71%
BLUE value IS 144 (56.64% from 255) = 30.97%
R=30.32%
G=38.71%
B=30.97%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.2
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1411801440.2200.20.29124.6220.6362.94
Hex8DB490160141D7d153f
Octal21526422026024351752577
Binary1000110110110100100100001011001010011101111110110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DB490

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,180,144); }

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

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

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

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

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

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

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