COLOR #5ACCBE

HEX: #5ACCBE
RGB: (90,204,190)

Color info

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

RGB color model

#5ACCBE color RGB value is (90,204,190).

  • red value is 90;
  • green value is 204;
  • blue value is 190.
RGB:
(90,204,190)
(35%,80%,75%)

RGB channels and saturation

R 90 of 255 = 35%
G 204 of 255 = 80%
B 190 of 255 = 75%

90
204
190

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

Portions of RGB colors in percentages

R + G + B =
90 + 204 + 190 = 484 (100%)
R 90 of 484 ~ 18.6%
G 204 of 484 ~ 42.15%
B 190 of 484 ~ 39.26%

%18.6
%42.15
%39.26

CMYK color model

#5ACCBE color CMYK value is (56,0,7,20).

  • cyan value is 55.88%
  • magenta value is 0.00%
  • yellow value is 6.86%
  • key color value is 20.00%
CMYK:
(56,0,7,20)
C56M0Y7K20 
(56%,0%,7%,20%)
(0.56/0.00/0.07/0.20)	

CMYK percentages

%55.88
%0
%6.86
%20

Codes

Color #5ACCBE in popluar color models

5ACCBE
RGB90204190
HSL173°52.78%57.65%
HSB/HSV173°55.88%80.00%
CMYK55.88%0.00%6.86%
20.00%

Color #5ACCBE in popluar number systems.

HEX5ACCBE
Decimal90204190
Binary10110101100110010111110
Octal132314276

Shades and tints

Shades of #5ACCBE

#5ACCBE
(90,204,190)
#52BAAD
(82,186,173)
#4AA89C
(74,168,156)
#42968B
(66,150,139)
#3A847A
(58,132,122)
#327269
(50,114,105)
#2A6058
(42,96,88)
#224E47
(34,78,71)
#1A3C36
(26,60,54)
#122A25
(18,42,37)
#0A1814
(10,24,20)
#000000
(0,0,0)

Tints of #5ACCBE

#5ACCBE
(90,204,190)
#69D0C3
(105,208,195)
#78D4C8
(120,212,200)
#87D8CD
(135,216,205)
#96DCD2
(150,220,210)
#A5E0D7
(165,224,215)
#B4E4DC
(180,228,220)
#C3E8E1
(195,232,225)
#D2ECE6
(210,236,230)
#E1F0EB
(225,240,235)
#F0F4F0
(240,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5ACCBE color. Also use rgb(90,204,190) instead hex code.

Text Font Color

.myTextColor { color: #5ACCBE; }

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

This text font color is #5ACCBE.


Background Color

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

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

This div background color is #5ACCBE.


Border color

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

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

This div border color is #5ACCBE.


Opacity

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

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

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

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

This text has shadow with #5ACCBE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5ACCBE on black background.


Color preview on white background

This text has color #5ACCBE on white background.



Black color preview on #5ACCBE background

This text has black color on #5ACCBE background.


White color preview on #5ACCBE background

This text has white color on #5ACCBE background.