#8ABE80

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

Shades of Dark Sea Green #8ABE80

Tints of Dark Sea Green #8ABE80

Color information

#8ABE80 (or 0x8ABE80) is unknown color: approx Dark Sea Green. HEX triplet: 8A, BE and 80. RGB value is (138,190,128). Sum of RGB (Red+Green+Blue) = 138+190+128=456 (60% of max value = 765). Red value is 138 (54.30% from 255 or 30.26% from 456); Green value is 190 (74.61% from 255 or 41.67% from 456); Blue value is 128 (50.39% from 255 or 28.07% from 456); Max value from RGB is 190 - color contains mainly: green. Hex color #8ABE80 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ABE80 is #75417F. Grayscale: #A7A7A7. Windows color (decimal): -7684480 or 8437386. OLE color: 8437386.

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

Color convert

RGB138190128-
CMYK0.2700.330.25
HSL110.32º32.29%62.35%-
HSV(B)110.32º32.63%74.51%-
XYZ32.7943.7927.15-
YUV167.38105.77107.04-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 30.26%
GREEN value IS 190 (74.61% from 255) = 41.67%
BLUE value IS 128 (50.39% from 255) = 28.07%
R=30.26%
G=41.67%
B=28.07%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1381901280.2700.330.25110.3232.2962.35
Hex8ABE801B021196e203e
Octal21227620033041311564076
Binary100010101011111010000000110110100001110011101110100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ABE80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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