COLOR #43A59A

HEX: #43A59A RGB: (67,165,154)

Color info

#43A59A contains mainly green and blue colors. Web safe color of #43A59A is #339999 (or #399).

RGB color model

#43A59A color RGB value is (67,165,154).

RGB: (67,165,154) (26%, 65%, 60%)

RGB channels and saturation

R 67 of 255 = 26%
G 165 of 255 = 65%
B 154 of 255 = 60%

67
165
154

R + G + B ~ 50%. #43A59A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 67 + 165 + 154 = 386 (100%)
R 67 of 386 ~ 17.36%
G 165 of 386 ~ 42.75%
B 154 of 386 ~ 39.9'%

%17.36
%42.75
%39.9

CMYK color model

#43A59A color CMYK value is (59,0,7,35).

  • cyan value is 59.39%
  • magenta value is 0.00%
  • yellow value is 6.67%
  • key color value is 35.29%
CMYK: (59,0,7,35) C59M0Y7K35 (59%,0%,7%,35%) (0.59/0.00/0.07/0.35) 

CMYK percentages

%59.39
%0
%6.67
%35.29

Codes

Color #43A59A in popluar color models

43 A5 9A
RGB 67 165 154
HSL 173° 42.24% 45.49%
HSB/HSV 173° 59.39% 64.71%
CMYK 59.39% 0.00% 6.67%
35.29%

Color #43A59A in popluar number systems.

HEX 43 A5 9A
Decimal 67 165 154
Binary 1000011 10100101 10011010
Octal 103 245 232

Shades and tints

Shades of #43A59A

#43A59A
(67,165,154)
#3D968C
(61,150,140)
#37877E
(55,135,126)
#317870
(49,120,112)
#2B6962
(43,105,98)
#255A54
(37,90,84)
#1F4B46
(31,75,70)
#193C38
(25,60,56)
#132D2A
(19,45,42)
#0D1E1C
(13,30,28)
#070F0E
(7,15,14)
#000000
(0,0,0)

Tints of #43A59A

#43A59A
(67,165,154)
#54ADA3
(84,173,163)
#65B5AC
(101,181,172)
#76BDB5
(118,189,181)
#87C5BE
(135,197,190)
#98CDC7
(152,205,199)
#A9D5D0
(169,213,208)
#BADDD9
(186,221,217)
#CBE5E2
(203,229,226)
#DCEDEB
(220,237,235)
#EDF5F4
(237,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #43A59A color. Also use rgb(67,165,154) instead hex code.

Text Font Color

.myTextColor { color: #43A59A; }

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

This text font color is #43A59A.

Background Color

.myBgColor { background-color: #43A59A; }

<div style="background-color:#43A59A">Inner text</div>

This div background color is #43A59A.

Border color

.myBorderColor { border: 1px solid #43A59A; }

<div style="border:3px solid #43A59A">Div</div>

This div border color is #43A59A.

Opacity

.myOpacity80 { color: #43A59A; opacity: 0.8; }

<p style="color:#43A59A;opacity:0.8;">80%</p>

Text with #43A59A 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 #43A59A;}

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

This text has shadow with #43A59A color.


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

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

This text has shadow with #43A59A primary color and red secondary color.


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

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

This text has shadow with #43A59A and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #43A59A.

Preview

Color preview on black background

This text has color #43A59A on black background.


Color preview on white background

This text has color #43A59A on white background.


Black color preview on #43A59A background

This text has black color on #43A59A background.


White color preview on #43A59A background

This text has white color on #43A59A background.


Related colors

Complementary color

Complementary color for #hex is #BC5A65.


I love getcolorcode.com

Triadic colors

1 #9A43A5 and #A59A43 with #43A59A are triadic colors.

2 #9AA543 and #A5439A with #43A59A are triadic colors.