COLOR #489E90

HEX: #489E90 RGB: (72,158,144)

Color info

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

RGB color model

#489E90 color RGB value is (72,158,144).

RGB: (72,158,144) (28%, 62%, 56%)

RGB channels and saturation

R 72 of 255 = 28%
G 158 of 255 = 62%
B 144 of 255 = 56%

72
158
144

R + G + B ~ 49%. #489E90 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 72 + 158 + 144 = 374 (100%)
R 72 of 374 ~ 19.25%
G 158 of 374 ~ 42.25%
B 144 of 374 ~ 38.5'%

%19.25
%42.25
%38.5

CMYK color model

#489E90 color CMYK value is (54,0,9,38).

  • cyan value is 54.43%
  • magenta value is 0.00%
  • yellow value is 8.86%
  • key color value is 38.04%
CMYK: (54,0,9,38) C54M0Y9K38 (54%,0%,9%,38%) (0.54/0.00/0.09/0.38) 

CMYK percentages

%54.43
%0
%8.86
%38.04

Codes

Color #489E90 in popluar color models

48 9E 90
RGB 72 158 144
HSL 170° 37.39% 45.10%
HSB/HSV 170° 54.43% 61.96%
CMYK 54.43% 0.00% 8.86%
38.04%

Color #489E90 in popluar number systems.

HEX 48 9E 90
Decimal 72 158 144
Binary 1001000 10011110 10010000
Octal 110 236 220

Shades and tints

Shades of #489E90

#489E90
(72,158,144)
#429083
(66,144,131)
#3C8276
(60,130,118)
#367469
(54,116,105)
#30665C
(48,102,92)
#2A584F
(42,88,79)
#244A42
(36,74,66)
#1E3C35
(30,60,53)
#182E28
(24,46,40)
#12201B
(18,32,27)
#0C120E
(12,18,14)
#000000
(0,0,0)

Tints of #489E90

#489E90
(72,158,144)
#58A69A
(88,166,154)
#68AEA4
(104,174,164)
#78B6AE
(120,182,174)
#88BEB8
(136,190,184)
#98C6C2
(152,198,194)
#A8CECC
(168,206,204)
#B8D6D6
(184,214,214)
#C8DEE0
(200,222,224)
#D8E6EA
(216,230,234)
#E8EEF4
(232,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #489E90 color. Also use rgb(72,158,144) instead hex code.

Text Font Color

.myTextColor { color: #489E90; }

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

This text font color is #489E90.

Background Color

.myBgColor { background-color: #489E90; }

<div style="background-color:#489E90">Inner text</div>

This div background color is #489E90.

Border color

.myBorderColor { border: 1px solid #489E90; }

<div style="border:3px solid #489E90">Div</div>

This div border color is #489E90.

Opacity

.myOpacity80 { color: #489E90; opacity: 0.8; }

<p style="color:#489E90;opacity:0.8;">80%</p>

Text with #489E90 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 #489E90;}

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

This text has shadow with #489E90 color.


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

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

This text has shadow with #489E90 primary color and red secondary color.


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

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

This text has shadow with #489E90 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #489E90.

Preview

Color preview on black background

This text has color #489E90 on black background.


Color preview on white background

This text has color #489E90 on white background.


Black color preview on #489E90 background

This text has black color on #489E90 background.


White color preview on #489E90 background

This text has white color on #489E90 background.


Related colors

Complementary color

Complementary color for #hex is #B7616F.


I love getcolorcode.com

Triadic colors

1 #90489E and #9E9048 with #489E90 are triadic colors.

2 #909E48 and #9E4890 with #489E90 are triadic colors.