COLOR #57BEAE

HEX: #57BEAE RGB: (87,190,174)

Color info

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

RGB color model

#57BEAE color RGB value is (87,190,174).

RGB: (87,190,174) (34%, 75%, 68%)

RGB channels and saturation

R 87 of 255 = 34%
G 190 of 255 = 75%
B 174 of 255 = 68%

87
190
174

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

Portions of RGB colors in percentages

R + G + B = 87 + 190 + 174 = 451 (100%)
R 87 of 451 ~ 19.29%
G 190 of 451 ~ 42.13%
B 174 of 451 ~ 38.58'%

%19.29
%42.13
%38.58

CMYK color model

#57BEAE color CMYK value is (54,0,8,25).

  • cyan value is 54.21%
  • magenta value is 0.00%
  • yellow value is 8.42%
  • key color value is 25.49%

CMYK: (54,0,8,25)
C54M0Y8K25 (54%, 0%, 8%, 25%)
(0.54 / 0.00 / 0.08 / 0.25)

CMYK percentages

%54.21
%0
%8.42
%25.49

Codes

Color #57BEAE in popluar color models

57 BE AE
RGB 87 190 174
HSL 171° 44.21% 54.31%
HSB/HSV 171° 54.21% 74.51%
CMYK 54.21% 0.00% 8.42%
25.49%

Color #57BEAE in popluar number systems.

HEX 57 BE AE
Decimal 87 190 174
Binary 1010111 10111110 10101110
Octal 127 276 256

Shades and tints

Shades of #57BEAE

#57BEAE
(87,190,174)
#50AD9F
(80,173,159)
#499C90
(73,156,144)
#428B81
(66,139,129)
#3B7A72
(59,122,114)
#346963
(52,105,99)
#2D5854
(45,88,84)
#264745
(38,71,69)
#1F3636
(31,54,54)
#182527
(24,37,39)
#111418
(17,20,24)
#000000
(0,0,0)

Tints of #57BEAE

#57BEAE
(87,190,174)
#66C3B5
(102,195,181)
#75C8BC
(117,200,188)
#84CDC3
(132,205,195)
#93D2CA
(147,210,202)
#A2D7D1
(162,215,209)
#B1DCD8
(177,220,216)
#C0E1DF
(192,225,223)
#CFE6E6
(207,230,230)
#DEEBED
(222,235,237)
#EDF0F4
(237,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #57BEAE color. Also use rgb(87,190,174) instead hex code.

Text Font Color

.myTextColor { color: #57BEAE; }

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

This text font color is #57BEAE.

Background Color

.myBgColor { background-color: #57BEAE; }

<div style="background-color:#57BEAE">Inner text</div>

This div background color is #57BEAE.

Border color

.myBorderColor { border: 1px solid #57BEAE; }

<div style="border:3px solid #57BEAE">Div</div>

This div border color is #57BEAE.

Opacity

.myOpacity80 { color: #57BEAE; opacity: 0.8; }

<p style="color:#57BEAE;opacity:0.8;">80%</p>

Text with #57BEAE 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 #57BEAE;}

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

This text has shadow with #57BEAE color.


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

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

This text has shadow with #57BEAE primary color and red secondary color.


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

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

This text has shadow with #57BEAE and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #57BEAE.

Preview

Color preview on black background

This text has color #57BEAE on black background.


Color preview on white background

This text has color #57BEAE on white background.


Black color preview on #57BEAE background

This text has black color on #57BEAE background.


White color preview on #57BEAE background

This text has white color on #57BEAE background.


Related colors

Complementary color

Complementary color for #hex is #A84151.


I love getcolorcode.com

Triadic colors

1 #AE57BE and #BEAE57 with #57BEAE are triadic colors.

2 #AEBE57 and #BE57AE with #57BEAE are triadic colors.