COLOR #67B488

HEX: #67B488 RGB: (103,180,136)

Color info

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

RGB color model

#67B488 color RGB value is (103,180,136).

RGB: (103,180,136) (40%, 71%, 53%)

RGB channels and saturation

R 103 of 255 = 40%
G 180 of 255 = 71%
B 136 of 255 = 53%

103
180
136

R + G + B ~ 55%. #67B488 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 103 + 180 + 136 = 419 (100%)
R 103 of 419 ~ 24.58%
G 180 of 419 ~ 42.96%
B 136 of 419 ~ 32.46'%

%24.58
%42.96
%32.46

CMYK color model

#67B488 color CMYK value is (43,0,24,29).

  • cyan value is 42.78%
  • magenta value is 0.00%
  • yellow value is 24.44%
  • key color value is 29.41%

CMYK: (43,0,24,29)
C43M0Y24K29 (43%, 0%, 24%, 29%)
(0.43 / 0.00 / 0.24 / 0.29)

CMYK percentages

%42.78
%0
%24.44
%29.41

Codes

Color #67B488 in popluar color models

67 B4 88
RGB 103 180 136
HSL 146° 33.92% 55.49%
HSB/HSV 146° 42.78% 70.59%
CMYK 42.78% 0.00% 24.44%
29.41%

Color #67B488 in popluar number systems.

HEX 67 B4 88
Decimal 103 180 136
Binary 1100111 10110100 10001000
Octal 147 264 210

Shades and tints

Shades of #67B488

#67B488
(103,180,136)
#5EA47C
(94,164,124)
#559470
(85,148,112)
#4C8464
(76,132,100)
#437458
(67,116,88)
#3A644C
(58,100,76)
#315440
(49,84,64)
#284434
(40,68,52)
#1F3428
(31,52,40)
#16241C
(22,36,28)
#0D1410
(13,20,16)
#000000
(0,0,0)

Tints of #67B488

#67B488
(103,180,136)
#74BA92
(116,186,146)
#81C09C
(129,192,156)
#8EC6A6
(142,198,166)
#9BCCB0
(155,204,176)
#A8D2BA
(168,210,186)
#B5D8C4
(181,216,196)
#C2DECE
(194,222,206)
#CFE4D8
(207,228,216)
#DCEAE2
(220,234,226)
#E9F0EC
(233,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #67B488 color. Also use rgb(103,180,136) instead hex code.

Text Font Color

.myTextColor { color: #67B488; }

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

This text font color is #67B488.

Background Color

.myBgColor { background-color: #67B488; }

<div style="background-color:#67B488">Inner text</div>

This div background color is #67B488.

Border color

.myBorderColor { border: 1px solid #67B488; }

<div style="border:3px solid #67B488">Div</div>

This div border color is #67B488.

Opacity

.myOpacity80 { color: #67B488; opacity: 0.8; }

<p style="color:#67B488;opacity:0.8;">80%</p>

Text with #67B488 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 #67B488;}

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

This text has shadow with #67B488 color.


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

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

This text has shadow with #67B488 primary color and red secondary color.


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

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

This text has shadow with #67B488 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #67B488.

Preview

Color preview on black background

This text has color #67B488 on black background.


Color preview on white background

This text has color #67B488 on white background.


Black color preview on #67B488 background

This text has black color on #67B488 background.


White color preview on #67B488 background

This text has white color on #67B488 background.


Related colors

Complementary color

Complementary color for #hex is #984B77.


I love getcolorcode.com

Triadic colors

1 #8867B4 and #B48867 with #67B488 are triadic colors.

2 #88B467 and #B46788 with #67B488 are triadic colors.