COLOR #43BE99

HEX: #43BE99 RGB: (67,190,153)

Color info

#43BE99 contains mainly green and blue colors. Web safe color of #43BE99 is #33CC99 (or #3C9).

RGB color model

#43BE99 color RGB value is (67,190,153).

RGB: (67,190,153) (26%, 75%, 60%)

RGB channels and saturation

R 67 of 255 = 26%
G 190 of 255 = 75%
B 153 of 255 = 60%

67
190
153

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

Portions of RGB colors in percentages

R + G + B = 67 + 190 + 153 = 410 (100%)
R 67 of 410 ~ 16.34%
G 190 of 410 ~ 46.34%
B 153 of 410 ~ 37.32'%

%16.34
%46.34
%37.32

CMYK color model

#43BE99 color CMYK value is (65,0,19,25).

  • cyan value is 64.74%
  • magenta value is 0.00%
  • yellow value is 19.47%
  • key color value is 25.49%

CMYK: (65,0,19,25)
C65M0Y19K25 (65%, 0%, 19%, 25%)
(0.65 / 0.00 / 0.19 / 0.25)

CMYK percentages

%64.74
%0
%19.47
%25.49

Codes

Color #43BE99 in popluar color models

43 BE 99
RGB 67 190 153
HSL 162° 48.62% 50.39%
HSB/HSV 162° 64.74% 74.51%
CMYK 64.74% 0.00% 19.47%
25.49%

Color #43BE99 in popluar number systems.

HEX 43 BE 99
Decimal 67 190 153
Binary 1000011 10111110 10011001
Octal 103 276 231

Shades and tints

Shades of #43BE99

#43BE99
(67,190,153)
#3DAD8C
(61,173,140)
#379C7F
(55,156,127)
#318B72
(49,139,114)
#2B7A65
(43,122,101)
#256958
(37,105,88)
#1F584B
(31,88,75)
#19473E
(25,71,62)
#133631
(19,54,49)
#0D2524
(13,37,36)
#071417
(7,20,23)
#000000
(0,0,0)

Tints of #43BE99

#43BE99
(67,190,153)
#54C3A2
(84,195,162)
#65C8AB
(101,200,171)
#76CDB4
(118,205,180)
#87D2BD
(135,210,189)
#98D7C6
(152,215,198)
#A9DCCF
(169,220,207)
#BAE1D8
(186,225,216)
#CBE6E1
(203,230,225)
#DCEBEA
(220,235,234)
#EDF0F3
(237,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #43BE99 color. Also use rgb(67,190,153) instead hex code.

Text Font Color

.myTextColor { color: #43BE99; }

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

This text font color is #43BE99.

Background Color

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

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

This div background color is #43BE99.

Border color

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

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

This div border color is #43BE99.

Opacity

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

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

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

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

This text has shadow with #43BE99 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #43BE99.

Preview

Color preview on black background

This text has color #43BE99 on black background.


Color preview on white background

This text has color #43BE99 on white background.


Black color preview on #43BE99 background

This text has black color on #43BE99 background.


White color preview on #43BE99 background

This text has white color on #43BE99 background.


Related colors

Complementary color

Complementary color for #hex is #BC4166.


I love getcolorcode.com

Triadic colors

1 #9943BE and #BE9943 with #43BE99 are triadic colors.

2 #99BE43 and #BE4399 with #43BE99 are triadic colors.