COLOR #05B17C

HEX: #05B17C
RGB: (5,177,124)

Color info

#05B17C contains mainly green and blue colors. Web safe color of #05B17C is #009966 (or #096).

RGB color model

#05B17C color RGB value is (5,177,124).

  • red value is 5;
  • green value is 177;
  • blue value is 124.
RGB:
(5,177,124)
(2%,69%,49%)

RGB channels and saturation

R 5 of 255 = 2%
G 177 of 255 = 69%
B 124 of 255 = 49%

5
177
124

R + G + B ~ 40%. #05B17C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
5 + 177 + 124 = 306 (100%)
R 5 of 306 ~ 1.63%
G 177 of 306 ~ 57.84%
B 124 of 306 ~ 40.52%

%57.84
%40.52

CMYK color model

#05B17C color CMYK value is (97,0,30,31).

  • cyan value is 97.18%
  • magenta value is 0.00%
  • yellow value is 29.94%
  • key color value is 30.59%
CMYK:
(97,0,30,31)
C97M0Y30K31 
(97%,0%,30%,31%)
(0.97/0.00/0.30/0.31)	

CMYK percentages

%97.18
%0
%29.94
%30.59

Codes

Color #05B17C in popluar color models

05B17C
RGB5177124
HSL162°94.51%35.69%
HSB/HSV162°97.18%69.41%
CMYK97.18%0.00%29.94%
30.59%

Color #05B17C in popluar number systems.

HEX05B17C
Decimal5177124
Binary101101100011111100
Octal5261174

Shades and tints

Shades of #05B17C

#05B17C
(5,177,124)
#05A171
(5,161,113)
#059166
(5,145,102)
#05815B
(5,129,91)
#057150
(5,113,80)
#056145
(5,97,69)
#05513A
(5,81,58)
#05412F
(5,65,47)
#053124
(5,49,36)
#052119
(5,33,25)
#05110E
(5,17,14)
#000000
(0,0,0)

Tints of #05B17C

#05B17C
(5,177,124)
#1BB887
(27,184,135)
#31BF92
(49,191,146)
#47C69D
(71,198,157)
#5DCDA8
(93,205,168)
#73D4B3
(115,212,179)
#89DBBE
(137,219,190)
#9FE2C9
(159,226,201)
#B5E9D4
(181,233,212)
#CBF0DF
(203,240,223)
#E1F7EA
(225,247,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #05B17C color. Also use rgb(5,177,124) instead hex code.

Text Font Color

.myTextColor { color: #05B17C; }

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

This text font color is #05B17C.


Background Color

.myBgColor { background-color: #05B17C; }

<div style="background-color:#05B17C">Inner text</div>

This div background color is #05B17C.


Border color

.myBorderColor { border: 1px solid #05B17C; }

<div style="border:3px solid #05B17C">Div</div>

This div border color is #05B17C.


Opacity

.myOpacity80 { color: #05B17C; opacity: 0.8; }

<p style="color:#05B17C;opacity:0.8;">80%</p>

Text with #05B17C 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 #05B17C;}

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

This text has shadow with #05B17C color.

.textShadow {text-shadow: 3px 3px 1px #05B17C, 3px 3px 1px red;}

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

This text has shadow with #05B17C primary color and red secondary color.


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

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

This text has shadow with #05B17C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #05B17C on black background.


Color preview on white background

This text has color #05B17C on white background.



Black color preview on #05B17C background

This text has black color on #05B17C background.


White color preview on #05B17C background

This text has white color on #05B17C background.