COLOR #59BEAC

HEX: #59BEAC
RGB: (89,190,172)

Color info

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

RGB color model

#59BEAC color RGB value is (89,190,172).

  • red value is 89;
  • green value is 190;
  • blue value is 172.
RGB:
(89,190,172)
(35%,75%,67%)

RGB channels and saturation

R 89 of 255 = 35%
G 190 of 255 = 75%
B 172 of 255 = 67%

89
190
172

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

Portions of RGB colors in percentages

R + G + B =
89 + 190 + 172 = 451 (100%)
R 89 of 451 ~ 19.73%
G 190 of 451 ~ 42.13%
B 172 of 451 ~ 38.14%

%19.73
%42.13
%38.14

CMYK color model

#59BEAC color CMYK value is (53,0,9,25).

  • cyan value is 53.16%
  • magenta value is 0.00%
  • yellow value is 9.47%
  • key color value is 25.49%
CMYK:
(53,0,9,25)
C53M0Y9K25 
(53%,0%,9%,25%)
(0.53/0.00/0.09/0.25)	

CMYK percentages

%53.16
%0
%9.47
%25.49

Codes

Color #59BEAC in popluar color models

59BEAC
RGB89190172
HSL169°43.72%54.71%
HSB/HSV169°53.16%74.51%
CMYK53.16%0.00%9.47%
25.49%

Color #59BEAC in popluar number systems.

HEX59BEAC
Decimal89190172
Binary10110011011111010101100
Octal131276254

Shades and tints

Shades of #59BEAC

#59BEAC
(89,190,172)
#51AD9D
(81,173,157)
#499C8E
(73,156,142)
#418B7F
(65,139,127)
#397A70
(57,122,112)
#316961
(49,105,97)
#295852
(41,88,82)
#214743
(33,71,67)
#193634
(25,54,52)
#112525
(17,37,37)
#091416
(9,20,22)
#000000
(0,0,0)

Tints of #59BEAC

#59BEAC
(89,190,172)
#68C3B3
(104,195,179)
#77C8BA
(119,200,186)
#86CDC1
(134,205,193)
#95D2C8
(149,210,200)
#A4D7CF
(164,215,207)
#B3DCD6
(179,220,214)
#C2E1DD
(194,225,221)
#D1E6E4
(209,230,228)
#E0EBEB
(224,235,235)
#EFF0F2
(239,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #59BEAC color. Also use rgb(89,190,172) instead hex code.

Text Font Color

.myTextColor { color: #59BEAC; }

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

This text font color is #59BEAC.


Background Color

.myBgColor { background-color: #59BEAC; }

<div style="background-color:#59BEAC">Inner text</div>

This div background color is #59BEAC.


Border color

.myBorderColor { border: 1px solid #59BEAC; }

<div style="border:3px solid #59BEAC">Div</div>

This div border color is #59BEAC.


Opacity

.myOpacity80 { color: #59BEAC; opacity: 0.8; }

<p style="color:#59BEAC;opacity:0.8;">80%</p>

Text with #59BEAC 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 #59BEAC;}

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

This text has shadow with #59BEAC color.

.textShadow {text-shadow: 3px 3px 1px #59BEAC, 3px 3px 1px red;}

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

This text has shadow with #59BEAC primary color and red secondary color.


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

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

This text has shadow with #59BEAC and red colors in old Internet Explorer.


Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #59BEAC;
-webkit-box-shadow: 1px 1px 3px 2px #59BEAC;
box-shadow:1px 1px 3px 2px #59BEAC;">
Div content here</div>
This div box has shadow with color #59BEAC.

Preview

Color preview on black background

This text has color #59BEAC on black background.


Color preview on white background

This text has color #59BEAC on white background.



Black color preview on #59BEAC background

This text has black color on #59BEAC background.


White color preview on #59BEAC background

This text has white color on #59BEAC background.