#8ABC8A

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

Shades of Dark Sea Green #8ABC8A

Tints of Dark Sea Green #8ABC8A

Color information

#8ABC8A (or 0x8ABC8A) is unknown color: approx Dark Sea Green. HEX triplet: 8A, BC and 8A. RGB value is (138,188,138). Sum of RGB (Red+Green+Blue) = 138+188+138=464 (61% of max value = 765). Red value is 138 (54.30% from 255 or 29.74% from 464); Green value is 188 (73.83% from 255 or 40.52% from 464); Blue value is 138 (54.30% from 255 or 29.74% from 464); Max value from RGB is 188 - color contains mainly: green. Hex color #8ABC8A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ABC8A is #754375. Grayscale: #A7A7A7. Windows color (decimal): -7684982 or 9092234. OLE color: 9092234.

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

Color convert

RGB138188138-
CMYK0.2700.270.26
HSL120º27.17%63.92%-
HSV(B)120º26.6%73.73%-
XYZ33.0543.230.64-
YUV167.35111.44107.07-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 29.74%
GREEN value IS 188 (73.83% from 255) = 40.52%
BLUE value IS 138 (54.30% from 255) = 29.74%
R=29.74%
G=40.52%
B=29.74%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1381881380.2700.270.2612027.1763.92
Hex8ABC8A1B01B1A781b40
Octal212274212330333217033100
Binary10001010101111001000101011011011011110101111000110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ABC8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,188,138); }

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

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

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

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

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

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

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