COLOR #5FEDC7

HEX: #5FEDC7 RGB: (95,237,199)

Color info

#5FEDC7 contains mainly green and blue colors. Web safe color of #5FEDC7 is #66FFCC (or #6FC).

RGB color model

#5FEDC7 color RGB value is (95,237,199).

RGB: (95,237,199) (37%, 93%, 78%)

RGB channels and saturation

R 95 of 255 = 37%
G 237 of 255 = 93%
B 199 of 255 = 78%

95
237
199

R + G + B ~ 69%. #5FEDC7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 95 + 237 + 199 = 531 (100%)
R 95 of 531 ~ 17.89%
G 237 of 531 ~ 44.63%
B 199 of 531 ~ 37.48'%

%17.89
%44.63
%37.48

CMYK color model

#5FEDC7 color CMYK value is (60,0,16,7).

  • cyan value is 59.92%
  • magenta value is 0.00%
  • yellow value is 16.03%
  • key color value is 7.06%
CMYK: (60,0,16,7) C60M0Y16K7 (60%,0%,16%,7%) (0.60/0.00/0.16/0.07) 

CMYK percentages

%59.92
%0
%16.03
%7.06

Codes

Color #5FEDC7 in popluar color models

5F ED C7
RGB 95 237 199
HSL 164° 79.78% 65.10%
HSB/HSV 164° 59.92% 92.94%
CMYK 59.92% 0.00% 16.03%
7.06%

Color #5FEDC7 in popluar number systems.

HEX 5F ED C7
Decimal 95 237 199
Binary 1011111 11101101 11000111
Octal 137 355 307

Shades and tints

Shades of #5FEDC7

#5FEDC7
(95,237,199)
#57D8B5
(87,216,181)
#4FC3A3
(79,195,163)
#47AE91
(71,174,145)
#3F997F
(63,153,127)
#37846D
(55,132,109)
#2F6F5B
(47,111,91)
#275A49
(39,90,73)
#1F4537
(31,69,55)
#173025
(23,48,37)
#0F1B13
(15,27,19)
#000000
(0,0,0)

Tints of #5FEDC7

#5FEDC7
(95,237,199)
#6DEECC
(109,238,204)
#7BEFD1
(123,239,209)
#89F0D6
(137,240,214)
#97F1DB
(151,241,219)
#A5F2E0
(165,242,224)
#B3F3E5
(179,243,229)
#C1F4EA
(193,244,234)
#CFF5EF
(207,245,239)
#DDF6F4
(221,246,244)
#EBF7F9
(235,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5FEDC7 color. Also use rgb(95,237,199) instead hex code.

Text Font Color

.myTextColor { color: #5FEDC7; }

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

This text font color is #5FEDC7.

Background Color

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

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

This div background color is #5FEDC7.

Border color

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

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

This div border color is #5FEDC7.

Opacity

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

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

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

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

This text has shadow with #5FEDC7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5FEDC7.

Preview

Color preview on black background

This text has color #5FEDC7 on black background.


Color preview on white background

This text has color #5FEDC7 on white background.


Black color preview on #5FEDC7 background

This text has black color on #5FEDC7 background.


White color preview on #5FEDC7 background

This text has white color on #5FEDC7 background.


Related colors

Complementary color

Complementary color for #hex is #A01238.


I love getcolorcode.com

Triadic colors

1 #C75FED and #EDC75F with #5FEDC7 are triadic colors.

2 #C7ED5F and #ED5FC7 with #5FEDC7 are triadic colors.