COLOR #7AC189

HEX: #7AC189 RGB: (122,193,137)

Color info

#7AC189 contains mainly green and blue colors. Web safe color of #7AC189 is #66CC99 (or #6C9).

RGB color model

#7AC189 color RGB value is (122,193,137).

RGB: (122,193,137) (48%, 76%, 54%)

RGB channels and saturation

R 122 of 255 = 48%
G 193 of 255 = 76%
B 137 of 255 = 54%

122
193
137

R + G + B ~ 59%. #7AC189 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 122 + 193 + 137 = 452 (100%)
R 122 of 452 ~ 26.99%
G 193 of 452 ~ 42.7%
B 137 of 452 ~ 30.31'%

%26.99
%42.7
%30.31

CMYK color model

#7AC189 color CMYK value is (37,0,29,24).

  • cyan value is 36.79%
  • magenta value is 0.00%
  • yellow value is 29.02%
  • key color value is 24.31%

CMYK: (37,0,29,24)
C37M0Y29K24 (37%, 0%, 29%, 24%)
(0.37 / 0.00 / 0.29 / 0.24)

CMYK percentages

%36.79
%0
%29.02
%24.31

Codes

Color #7AC189 in popluar color models

7A C1 89
RGB 122 193 137
HSL 133° 36.41% 61.76%
HSB/HSV 133° 36.79% 75.69%
CMYK 36.79% 0.00% 29.02%
24.31%

Color #7AC189 in popluar number systems.

HEX 7A C1 89
Decimal 122 193 137
Binary 1111010 11000001 10001001
Octal 172 301 211

Shades and tints

Shades of #7AC189

#7AC189
(122,193,137)
#6FB07D
(111,176,125)
#649F71
(100,159,113)
#598E65
(89,142,101)
#4E7D59
(78,125,89)
#436C4D
(67,108,77)
#385B41
(56,91,65)
#2D4A35
(45,74,53)
#223929
(34,57,41)
#17281D
(23,40,29)
#0C1711
(12,23,17)
#000000
(0,0,0)

Tints of #7AC189

#7AC189
(122,193,137)
#86C693
(134,198,147)
#92CB9D
(146,203,157)
#9ED0A7
(158,208,167)
#AAD5B1
(170,213,177)
#B6DABB
(182,218,187)
#C2DFC5
(194,223,197)
#CEE4CF
(206,228,207)
#DAE9D9
(218,233,217)
#E6EEE3
(230,238,227)
#F2F3ED
(242,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7AC189 color. Also use rgb(122,193,137) instead hex code.

Text Font Color

.myTextColor { color: #7AC189; }

<p style="color:#7AC189">This sample text font color is #7AC189.</p>

This text font color is #7AC189.

Background Color

.myBgColor { background-color: #7AC189; }

<div style="background-color:#7AC189">Inner text</div>

This div background color is #7AC189.

Border color

.myBorderColor { border: 1px solid #7AC189; }

<div style="border:3px solid #7AC189">Div</div>

This div border color is #7AC189.

Opacity

.myOpacity80 { color: #7AC189; opacity: 0.8; }

<p style="color:#7AC189;opacity:0.8;">80%</p>

Text with #7AC189 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #7AC189;}

<p style="text-shadow: 3px 3px 1px #7AC189">Text here.</p>

This text has shadow with #7AC189 color.


.textShadow {text-shadow: 3px 3px 1px #7AC189', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #7AC189, 5px 5px 20px red">Text here.</p>

This text has shadow with #7AC189 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#7AC189, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#7AC189, Direction=45, Strength=4)">Text</p>

This text has shadow with #7AC189 and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #7AC189;
-webkit-box-shadow: 1px 1px 3px 2px #7AC189;
box-shadow: 1px 1px 3px 2px #7AC189;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #7AC189; -webkit-box-shadow: 1px 1px 3px 2px #7AC189; box-shadow:1px 1px 3px 2px #7AC189;">
Div content here
</div>

This div box has shadow with color #7AC189.

Preview

Color preview on black background

This text has color #7AC189 on black background.


Color preview on white background

This text has color #7AC189 on white background.


Black color preview on #7AC189 background

This text has black color on #7AC189 background.


White color preview on #7AC189 background

This text has white color on #7AC189 background.


Related colors

Complementary color

Complementary color for #hex is #853E76.


I love getcolorcode.com

Triadic colors

1 #897AC1 and #C1897A with #7AC189 are triadic colors.

2 #89C17A and #C17A89 with #7AC189 are triadic colors.