COLOR #43A87D

HEX: #43A87D RGB: (67,168,125)

Color info

#43A87D contains mainly green and blue colors. Web safe color of #43A87D is #339966 (or #396).

RGB color model

#43A87D color RGB value is (67,168,125).

RGB: (67,168,125) (26%, 66%, 49%)

RGB channels and saturation

R 67 of 255 = 26%
G 168 of 255 = 66%
B 125 of 255 = 49%

67
168
125

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

Portions of RGB colors in percentages

R + G + B = 67 + 168 + 125 = 360 (100%)
R 67 of 360 ~ 18.61%
G 168 of 360 ~ 46.67%
B 125 of 360 ~ 34.72'%

%18.61
%46.67
%34.72

CMYK color model

#43A87D color CMYK value is (60,0,26,34).

  • cyan value is 60.12%
  • magenta value is 0.00%
  • yellow value is 25.60%
  • key color value is 34.12%
CMYK: (60,0,26,34) C60M0Y26K34 (60%,0%,26%,34%) (0.60/0.00/0.26/0.34) 

CMYK percentages

%60.12
%0
%25.6
%34.12

Codes

Color #43A87D in popluar color models

43 A8 7D
RGB 67 168 125
HSL 154° 42.98% 46.08%
HSB/HSV 154° 60.12% 65.88%
CMYK 60.12% 0.00% 25.60%
34.12%

Color #43A87D in popluar number systems.

HEX 43 A8 7D
Decimal 67 168 125
Binary 1000011 10101000 1111101
Octal 103 250 175

Shades and tints

Shades of #43A87D

#43A87D
(67,168,125)
#3D9972
(61,153,114)
#378A67
(55,138,103)
#317B5C
(49,123,92)
#2B6C51
(43,108,81)
#255D46
(37,93,70)
#1F4E3B
(31,78,59)
#193F30
(25,63,48)
#133025
(19,48,37)
#0D211A
(13,33,26)
#07120F
(7,18,15)
#000000
(0,0,0)

Tints of #43A87D

#43A87D
(67,168,125)
#54AF88
(84,175,136)
#65B693
(101,182,147)
#76BD9E
(118,189,158)
#87C4A9
(135,196,169)
#98CBB4
(152,203,180)
#A9D2BF
(169,210,191)
#BAD9CA
(186,217,202)
#CBE0D5
(203,224,213)
#DCE7E0
(220,231,224)
#EDEEEB
(237,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #43A87D color. Also use rgb(67,168,125) instead hex code.

Text Font Color

.myTextColor { color: #43A87D; }

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

This text font color is #43A87D.

Background Color

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

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

This div background color is #43A87D.

Border color

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

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

This div border color is #43A87D.

Opacity

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

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

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

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

This text has shadow with #43A87D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #43A87D.

Preview

Color preview on black background

This text has color #43A87D on black background.


Color preview on white background

This text has color #43A87D on white background.


Black color preview on #43A87D background

This text has black color on #43A87D background.


White color preview on #43A87D background

This text has white color on #43A87D background.


Related colors

Complementary color

Complementary color for #hex is #BC5782.


I love getcolorcode.com

Triadic colors

1 #7D43A8 and #A87D43 with #43A87D are triadic colors.

2 #7DA843 and #A8437D with #43A87D are triadic colors.