#8ABD7A

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

Shades of Dark Sea Green #8ABD7A

Tints of Dark Sea Green #8ABD7A

Color information

#8ABD7A (or 0x8ABD7A) is unknown color: approx Dark Sea Green. HEX triplet: 8A, BD and 7A. RGB value is (138,189,122). Sum of RGB (Red+Green+Blue) = 138+189+122=449 (59% of max value = 765). Red value is 138 (54.30% from 255 or 30.73% from 449); Green value is 189 (74.22% from 255 or 42.09% from 449); Blue value is 122 (48.05% from 255 or 27.17% from 449); Max value from RGB is 189 - color contains mainly: green. Hex color #8ABD7A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8ABD7A is #754285. Grayscale: #A6A6A6. Windows color (decimal): -7684742 or 8043914. OLE color: 8043914.

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

Color convert

RGB138189122-
CMYK0.2700.350.26
HSL105.67º33.67%60.98%-
HSV(B)105.67º35.45%74.12%-
XYZ32.1943.225.05-
YUV166.11103.1107.95-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 30.73%
GREEN value IS 189 (74.22% from 255) = 42.09%
BLUE value IS 122 (48.05% from 255) = 27.17%
R=30.73%
G=42.09%
B=27.17%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1381891220.2700.350.26105.6733.6760.98
Hex8ABD7A1B0231A6a223d
Octal21227517233043321524275
Binary10001010101111011111010110110100011110101101010100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ABD7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,189,122); }

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

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

 a { background-color: rgb(138,189,122); }

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

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

 span { border-color: rgb(138,189,122); }

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