#8AC086

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

Shades of Dark Sea Green #8AC086

Tints of Dark Sea Green #8AC086

Color information

#8AC086 (or 0x8AC086) is unknown color: approx Dark Sea Green. HEX triplet: 8A, C0 and 86. RGB value is (138,192,134). Sum of RGB (Red+Green+Blue) = 138+192+134=464 (61% of max value = 765). Red value is 138 (54.30% from 255 or 29.74% from 464); Green value is 192 (75.39% from 255 or 41.38% from 464); Blue value is 134 (52.73% from 255 or 28.88% from 464); Max value from RGB is 192 - color contains mainly: green. Hex color #8AC086 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8AC086 is #753F79. Grayscale: #A9A9A9. Windows color (decimal): -7683962 or 8831114. OLE color: 8831114.

HSL color Cylindrical-coordinate representation of color #8AC086: hue angle of 115.86º degrees, saturation: 0.32, 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 #8AC086 is Cyan = 0.28, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.25.

Color convert

RGB138192134-
CMYK0.2800.300.25
HSL115.86º31.52%63.92%-
HSV(B)115.86º30.21%75.29%-
XYZ33.6344.8229.43-
YUV169.24108.11105.72-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 29.74%
GREEN value IS 192 (75.39% from 255) = 41.38%
BLUE value IS 134 (52.73% from 255) = 28.88%
R=29.74%
G=41.38%
B=28.88%

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
Decimal1381921340.2800.300.25115.8631.5263.92
Hex8AC0861C01E19742040
Octal212300206340363116440100
Binary100010101100000010000110111000111101100111101001000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AC086

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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