#8AC089

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

Shades of Dark Sea Green #8AC089

Tints of Dark Sea Green #8AC089

Color information

#8AC089 (or 0x8AC089) is unknown color: approx Dark Sea Green. HEX triplet: 8A, C0 and 89. RGB value is (138,192,137). Sum of RGB (Red+Green+Blue) = 138+192+137=467 (61% of max value = 765). Red value is 138 (54.30% from 255 or 29.55% from 467); Green value is 192 (75.39% from 255 or 41.11% from 467); Blue value is 137 (53.91% from 255 or 29.34% from 467); Max value from RGB is 192 - color contains mainly: green. Hex color #8AC089 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8AC089 is #753F76. Grayscale: #A9A9A9. Windows color (decimal): -7683959 or 9027722. OLE color: 9027722.

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

Color convert

RGB138192137-
CMYK0.2800.290.25
HSL118.91º30.39%64.51%-
HSV(B)118.91º28.65%75.29%-
XYZ33.8544.9130.55-
YUV169.58109.61105.47-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 29.55%
GREEN value IS 192 (75.39% from 255) = 41.11%
BLUE value IS 137 (53.91% from 255) = 29.34%
R=29.55%
G=41.11%
B=29.34%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1381921370.2800.290.25118.9130.3964.51
Hex8AC0891C01D19771e41
Octal212300211340353116736101
Binary10001010110000001000100111100011101110011110111111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AC089

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,192,137); }

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

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

 a { background-color: rgb(138,192,137); }

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

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

 span { border-color: rgb(138,192,137); }

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