#8AC087

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

Shades of Dark Sea Green #8AC087

Tints of Dark Sea Green #8AC087

Color information

#8AC087 (or 0x8AC087) is unknown color: approx Dark Sea Green. HEX triplet: 8A, C0 and 87. RGB value is (138,192,135). Sum of RGB (Red+Green+Blue) = 138+192+135=465 (61% of max value = 765). Red value is 138 (54.30% from 255 or 29.68% from 465); Green value is 192 (75.39% from 255 or 41.29% from 465); Blue value is 135 (53.12% from 255 or 29.03% from 465); Max value from RGB is 192 - color contains mainly: green. Hex color #8AC087 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8AC087 is #753F78. Grayscale: #A9A9A9. Windows color (decimal): -7683961 or 8896650. OLE color: 8896650.

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

Color convert

RGB138192135-
CMYK0.2800.300.25
HSL116.84º31.15%64.12%-
HSV(B)116.84º29.69%75.29%-
XYZ33.744.8529.8-
YUV169.36108.61105.63-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 29.68%
GREEN value IS 192 (75.39% from 255) = 41.29%
BLUE value IS 135 (53.12% from 255) = 29.03%
R=29.68%
G=41.29%
B=29.03%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1381921350.2800.300.25116.8431.1564.12
Hex8AC0871C01E19751f40
Octal212300207340363116537100
Binary10001010110000001000011111100011110110011110101111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AC087

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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