COLOR #58CFAD

HEX: #58CFAD RGB: (88,207,173)

Color info

#58CFAD contains mainly green and blue colors. Web safe color of #58CFAD is #66CC99 (or #6C9).

RGB color model

#58CFAD color RGB value is (88,207,173).

RGB: (88,207,173) (35%, 81%, 68%)

RGB channels and saturation

R 88 of 255 = 35%
G 207 of 255 = 81%
B 173 of 255 = 68%

88
207
173

R + G + B ~ 61%. #58CFAD is quite light color.

Portions of RGB colors in percentages

R + G + B = 88 + 207 + 173 = 468 (100%)
R 88 of 468 ~ 18.8%
G 207 of 468 ~ 44.23%
B 173 of 468 ~ 36.97'%

%18.8
%44.23
%36.97

CMYK color model

#58CFAD color CMYK value is (57,0,16,19).

  • cyan value is 57.49%
  • magenta value is 0.00%
  • yellow value is 16.43%
  • key color value is 18.82%
CMYK: (57,0,16,19) C57M0Y16K19 (57%,0%,16%,19%) (0.57/0.00/0.16/0.19) 

CMYK percentages

%57.49
%0
%16.43
%18.82

Codes

Color #58CFAD in popluar color models

58 CF AD
RGB 88 207 173
HSL 163° 55.35% 57.84%
HSB/HSV 163° 57.49% 81.18%
CMYK 57.49% 0.00% 16.43%
18.82%

Color #58CFAD in popluar number systems.

HEX 58 CF AD
Decimal 88 207 173
Binary 1011000 11001111 10101101
Octal 130 317 255

Shades and tints

Shades of #58CFAD

#58CFAD
(88,207,173)
#50BD9E
(80,189,158)
#48AB8F
(72,171,143)
#409980
(64,153,128)
#388771
(56,135,113)
#307562
(48,117,98)
#286353
(40,99,83)
#205144
(32,81,68)
#183F35
(24,63,53)
#102D26
(16,45,38)
#081B17
(8,27,23)
#000000
(0,0,0)

Tints of #58CFAD

#58CFAD
(88,207,173)
#67D3B4
(103,211,180)
#76D7BB
(118,215,187)
#85DBC2
(133,219,194)
#94DFC9
(148,223,201)
#A3E3D0
(163,227,208)
#B2E7D7
(178,231,215)
#C1EBDE
(193,235,222)
#D0EFE5
(208,239,229)
#DFF3EC
(223,243,236)
#EEF7F3
(238,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #58CFAD color. Also use rgb(88,207,173) instead hex code.

Text Font Color

.myTextColor { color: #58CFAD; }

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

This text font color is #58CFAD.

Background Color

.myBgColor { background-color: #58CFAD; }

<div style="background-color:#58CFAD">Inner text</div>

This div background color is #58CFAD.

Border color

.myBorderColor { border: 1px solid #58CFAD; }

<div style="border:3px solid #58CFAD">Div</div>

This div border color is #58CFAD.

Opacity

.myOpacity80 { color: #58CFAD; opacity: 0.8; }

<p style="color:#58CFAD;opacity:0.8;">80%</p>

Text with #58CFAD 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 #58CFAD;}

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

This text has shadow with #58CFAD color.


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

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

This text has shadow with #58CFAD primary color and red secondary color.


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

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

This text has shadow with #58CFAD and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #58CFAD.

Preview

Color preview on black background

This text has color #58CFAD on black background.


Color preview on white background

This text has color #58CFAD on white background.


Black color preview on #58CFAD background

This text has black color on #58CFAD background.


White color preview on #58CFAD background

This text has white color on #58CFAD background.


Related colors

Complementary color

Complementary color for #hex is #A73052.


I love getcolorcode.com

Triadic colors

1 #AD58CF and #CFAD58 with #58CFAD are triadic colors.

2 #ADCF58 and #CF58AD with #58CFAD are triadic colors.