#8AB980

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

Shades of Dark Sea Green #8AB980

Tints of Dark Sea Green #8AB980

Color information

#8AB980 (or 0x8AB980) is unknown color: approx Dark Sea Green. HEX triplet: 8A, B9 and 80. RGB value is (138,185,128). Sum of RGB (Red+Green+Blue) = 138+185+128=451 (59% of max value = 765). Red value is 138 (54.30% from 255 or 30.60% from 451); Green value is 185 (72.66% from 255 or 41.02% from 451); Blue value is 128 (50.39% from 255 or 28.38% from 451); Max value from RGB is 185 - color contains mainly: green. Hex color #8AB980 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8AB980 is #75467F. Grayscale: #A4A4A4. Windows color (decimal): -7685760 or 8436106. OLE color: 8436106.

HSL color Cylindrical-coordinate representation of color #8AB980: hue angle of 109.47º degrees, saturation: 0.29, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8AB980 is Cyan = 0.25, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.27.

Color convert

RGB138185128-
CMYK0.2500.310.27
HSL109.47º28.93%61.37%-
HSV(B)109.47º30.81%72.55%-
XYZ31.7341.6626.79-
YUV164.45107.43109.13-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 30.60%
GREEN value IS 185 (72.66% from 255) = 41.02%
BLUE value IS 128 (50.39% from 255) = 28.38%
R=30.60%
G=41.02%
B=28.38%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1381851280.2500.310.27109.4728.9361.37
Hex8AB9801901F1B6d1d3d
Octal21227120031037331553575
Binary1000101010111001100000001100101111111011110110111101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AB980

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,185,128); }

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

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

 a { background-color: rgb(138,185,128); }

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

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

 span { border-color: rgb(138,185,128); }

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