COLOR #5EB2AF

HEX: #5EB2AF RGB: (94,178,175)

Color info

#5EB2AF contains mainly green and blue colors. Web safe color of #5EB2AF is #669999 (or #699).

RGB color model

#5EB2AF color RGB value is (94,178,175).

RGB: (94,178,175) (37%, 70%, 69%)

RGB channels and saturation

R 94 of 255 = 37%
G 178 of 255 = 70%
B 175 of 255 = 69%

94
178
175

R + G + B ~ 59%. #5EB2AF is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 94 + 178 + 175 = 447 (100%)
R 94 of 447 ~ 21.03%
G 178 of 447 ~ 39.82%
B 175 of 447 ~ 39.15'%

%21.03
%39.82
%39.15

CMYK color model

#5EB2AF color CMYK value is (47,0,2,30).

  • cyan value is 47.19%
  • magenta value is 0.00%
  • yellow value is 1.69%
  • key color value is 30.20%
CMYK: (47,0,2,30) C47M0Y2K30 (47%,0%,2%,30%) (0.47/0.00/0.02/0.30) 

CMYK percentages

%47.19
%0
%1.69
%30.2

Codes

Color #5EB2AF in popluar color models

5E B2 AF
RGB 94 178 175
HSL 178° 35.29% 53.33%
HSB/HSV 178° 47.19% 69.80%
CMYK 47.19% 0.00% 1.69%
30.20%

Color #5EB2AF in popluar number systems.

HEX 5E B2 AF
Decimal 94 178 175
Binary 1011110 10110010 10101111
Octal 136 262 257

Shades and tints

Shades of #5EB2AF

#5EB2AF
(94,178,175)
#56A2A0
(86,162,160)
#4E9291
(78,146,145)
#468282
(70,130,130)
#3E7273
(62,114,115)
#366264
(54,98,100)
#2E5255
(46,82,85)
#264246
(38,66,70)
#1E3237
(30,50,55)
#162228
(22,34,40)
#0E1219
(14,18,25)
#000000
(0,0,0)

Tints of #5EB2AF

#5EB2AF
(94,178,175)
#6CB9B6
(108,185,182)
#7AC0BD
(122,192,189)
#88C7C4
(136,199,196)
#96CECB
(150,206,203)
#A4D5D2
(164,213,210)
#B2DCD9
(178,220,217)
#C0E3E0
(192,227,224)
#CEEAE7
(206,234,231)
#DCF1EE
(220,241,238)
#EAF8F5
(234,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5EB2AF color. Also use rgb(94,178,175) instead hex code.

Text Font Color

.myTextColor { color: #5EB2AF; }

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

This text font color is #5EB2AF.

Background Color

.myBgColor { background-color: #5EB2AF; }

<div style="background-color:#5EB2AF">Inner text</div>

This div background color is #5EB2AF.

Border color

.myBorderColor { border: 1px solid #5EB2AF; }

<div style="border:3px solid #5EB2AF">Div</div>

This div border color is #5EB2AF.

Opacity

.myOpacity80 { color: #5EB2AF; opacity: 0.8; }

<p style="color:#5EB2AF;opacity:0.8;">80%</p>

Text with #5EB2AF 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 #5EB2AF;}

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

This text has shadow with #5EB2AF color.


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

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

This text has shadow with #5EB2AF primary color and red secondary color.


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

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

This text has shadow with #5EB2AF and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #5EB2AF.

Preview

Color preview on black background

This text has color #5EB2AF on black background.


Color preview on white background

This text has color #5EB2AF on white background.


Black color preview on #5EB2AF background

This text has black color on #5EB2AF background.


White color preview on #5EB2AF background

This text has white color on #5EB2AF background.


Related colors

Complementary color

Complementary color for #hex is #A14D50.


I love getcolorcode.com

Triadic colors

1 #AF5EB2 and #B2AF5E with #5EB2AF are triadic colors.

2 #AFB25E and #B25EAF with #5EB2AF are triadic colors.