#8ABA7F

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

Shades of Dark Sea Green #8ABA7F

Tints of Dark Sea Green #8ABA7F

Color information

#8ABA7F (or 0x8ABA7F) is unknown color: approx Dark Sea Green. HEX triplet: 8A, BA and 7F. RGB value is (138,186,127). Sum of RGB (Red+Green+Blue) = 138+186+127=451 (59% of max value = 765). Red value is 138 (54.30% from 255 or 30.60% from 451); Green value is 186 (73.05% from 255 or 41.24% from 451); Blue value is 127 (50% from 255 or 28.16% from 451); Max value from RGB is 186 - color contains mainly: green. Hex color #8ABA7F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8ABA7F is #754580. Grayscale: #A5A5A5. Windows color (decimal): -7685505 or 8370826. OLE color: 8370826.

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

Color convert

RGB138186127-
CMYK0.2600.320.27
HSL108.81º29.95%61.37%-
HSV(B)108.81º31.72%72.94%-
XYZ31.8742.0526.52-
YUV164.92106.6108.8-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 30.60%
GREEN value IS 186 (73.05% from 255) = 41.24%
BLUE value IS 127 (50% from 255) = 28.16%
R=30.60%
G=41.24%
B=28.16%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1381861270.2600.320.27108.8129.9561.37
Hex8ABA7F1A0201B6d1e3d
Octal21227217732040331553675
Binary1000101010111010111111111010010000011011110110111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ABA7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,186,127); }

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

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

 a { background-color: rgb(138,186,127); }

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

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

 span { border-color: rgb(138,186,127); }

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