COLOR #5AC1C6

HEX: #5AC1C6
RGB: (90,193,198)

Color info

#5AC1C6 contains mainly green and blue colors. Web safe color of #5AC1C6 is #66CCCC (or #6CC).

RGB color model

#5AC1C6 color RGB value is (90,193,198).

  • red value is 90;
  • green value is 193;
  • blue value is 198.
RGB:
(90,193,198)
(35%,76%,78%)

RGB channels and saturation

R 90 of 255 = 35%
G 193 of 255 = 76%
B 198 of 255 = 78%

90
193
198

R + G + B ~ 63%. #5AC1C6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
90 + 193 + 198 = 481 (100%)
R 90 of 481 ~ 18.71%
G 193 of 481 ~ 40.12%
B 198 of 481 ~ 41.16%

%18.71
%40.12
%41.16

CMYK color model

#5AC1C6 color CMYK value is (55,3,0,22).

  • cyan value is 54.55%
  • magenta value is 2.53%
  • yellow value is 0.00%
  • key color value is 22.35%
CMYK:
(55,3,0,22)
C55M3Y0K22 
(55%,3%,0%,22%)
(0.55/0.03/0.00/0.22)	

CMYK percentages

%54.55
%2.53
%0
%22.35

Codes

Color #5AC1C6 in popluar color models

5AC1C6
RGB90193198
HSL183°48.65%56.47%
HSB/HSV183°54.55%77.65%
CMYK54.55%2.53%0.00%
22.35%

Color #5AC1C6 in popluar number systems.

HEX5AC1C6
Decimal90193198
Binary10110101100000111000110
Octal132301306

Shades and tints

Shades of #5AC1C6

#5AC1C6
(90,193,198)
#52B0B4
(82,176,180)
#4A9FA2
(74,159,162)
#428E90
(66,142,144)
#3A7D7E
(58,125,126)
#326C6C
(50,108,108)
#2A5B5A
(42,91,90)
#224A48
(34,74,72)
#1A3936
(26,57,54)
#122824
(18,40,36)
#0A1712
(10,23,18)
#000000
(0,0,0)

Tints of #5AC1C6

#5AC1C6
(90,193,198)
#69C6CB
(105,198,203)
#78CBD0
(120,203,208)
#87D0D5
(135,208,213)
#96D5DA
(150,213,218)
#A5DADF
(165,218,223)
#B4DFE4
(180,223,228)
#C3E4E9
(195,228,233)
#D2E9EE
(210,233,238)
#E1EEF3
(225,238,243)
#F0F3F8
(240,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5AC1C6 color. Also use rgb(90,193,198) instead hex code.

Text Font Color

.myTextColor { color: #5AC1C6; }

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

This text font color is #5AC1C6.


Background Color

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

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

This div background color is #5AC1C6.


Border color

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

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

This div border color is #5AC1C6.


Opacity

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

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

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

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

This text has shadow with #5AC1C6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5AC1C6 on black background.


Color preview on white background

This text has color #5AC1C6 on white background.



Black color preview on #5AC1C6 background

This text has black color on #5AC1C6 background.


White color preview on #5AC1C6 background

This text has white color on #5AC1C6 background.