COLOR #5FBCC5

HEX: #5FBCC5 RGB: (95,188,197)

Color info

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

RGB color model

#5FBCC5 color RGB value is (95,188,197).

RGB: (95,188,197) (37%, 74%, 77%)

RGB channels and saturation

R 95 of 255 = 37%
G 188 of 255 = 74%
B 197 of 255 = 77%

95
188
197

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

Portions of RGB colors in percentages

R + G + B = 95 + 188 + 197 = 480 (100%)
R 95 of 480 ~ 19.79%
G 188 of 480 ~ 39.17%
B 197 of 480 ~ 41.04'%

%19.79
%39.17
%41.04

CMYK color model

#5FBCC5 color CMYK value is (52,5,0,23).

  • cyan value is 51.78%
  • magenta value is 4.57%
  • yellow value is 0.00%
  • key color value is 22.75%
CMYK: (52,5,0,23) C52M5Y0K23 (52%,5%,0%,23%) (0.52/0.05/0.00/0.23) 

CMYK percentages

%51.78
%4.57
%0
%22.75

Codes

Color #5FBCC5 in popluar color models

5F BC C5
RGB 95 188 197
HSL 185° 46.79% 57.25%
HSB/HSV 185° 51.78% 77.25%
CMYK 51.78% 4.57% 0.00%
22.75%

Color #5FBCC5 in popluar number systems.

HEX 5F BC C5
Decimal 95 188 197
Binary 1011111 10111100 11000101
Octal 137 274 305

Shades and tints

Shades of #5FBCC5

#5FBCC5
(95,188,197)
#57ABB4
(87,171,180)
#4F9AA3
(79,154,163)
#478992
(71,137,146)
#3F7881
(63,120,129)
#376770
(55,103,112)
#2F565F
(47,86,95)
#27454E
(39,69,78)
#1F343D
(31,52,61)
#17232C
(23,35,44)
#0F121B
(15,18,27)
#000000
(0,0,0)

Tints of #5FBCC5

#5FBCC5
(95,188,197)
#6DC2CA
(109,194,202)
#7BC8CF
(123,200,207)
#89CED4
(137,206,212)
#97D4D9
(151,212,217)
#A5DADE
(165,218,222)
#B3E0E3
(179,224,227)
#C1E6E8
(193,230,232)
#CFECED
(207,236,237)
#DDF2F2
(221,242,242)
#EBF8F7
(235,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5FBCC5 color. Also use rgb(95,188,197) instead hex code.

Text Font Color

.myTextColor { color: #5FBCC5; }

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

This text font color is #5FBCC5.

Background Color

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

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

This div background color is #5FBCC5.

Border color

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

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

This div border color is #5FBCC5.

Opacity

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

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

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

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

This text has shadow with #5FBCC5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5FBCC5.

Preview

Color preview on black background

This text has color #5FBCC5 on black background.


Color preview on white background

This text has color #5FBCC5 on white background.


Black color preview on #5FBCC5 background

This text has black color on #5FBCC5 background.


White color preview on #5FBCC5 background

This text has white color on #5FBCC5 background.


Related colors

Complementary color

Complementary color for #hex is #A0433A.


I love getcolorcode.com

Triadic colors

1 #C55FBC and #BCC55F with #5FBCC5 are triadic colors.

2 #C5BC5F and #BC5FC5 with #5FBCC5 are triadic colors.