COLOR #62AFC5

HEX: #62AFC5 RGB: (98,175,197)

Color info

#62AFC5 contains mainly green and blue colors. Web safe color of #62AFC5 is #6699CC (or #69C).

RGB color model

#62AFC5 color RGB value is (98,175,197).

RGB: (98,175,197) (38%, 69%, 77%)

RGB channels and saturation

R 98 of 255 = 38%
G 175 of 255 = 69%
B 197 of 255 = 77%

98
175
197

R + G + B ~ 61%. #62AFC5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 98 + 175 + 197 = 470 (100%)
R 98 of 470 ~ 20.85%
G 175 of 470 ~ 37.23%
B 197 of 470 ~ 41.91'%

%20.85
%37.23
%41.91

CMYK color model

#62AFC5 color CMYK value is (50,11,0,23).

  • cyan value is 50.25%
  • magenta value is 11.17%
  • yellow value is 0.00%
  • key color value is 22.75%

CMYK: (50,11,0,23)
C50M11Y0K23 (50%, 11%, 0%, 23%)
(0.50 / 0.11 / 0.00 / 0.23)

CMYK percentages

%50.25
%11.17
%0
%22.75

Codes

Color #62AFC5 in popluar color models

62 AF C5
RGB 98 175 197
HSL 193° 46.05% 57.84%
HSB/HSV 193° 50.25% 77.25%
CMYK 50.25% 11.17% 0.00%
22.75%

Color #62AFC5 in popluar number systems.

HEX 62 AF C5
Decimal 98 175 197
Binary 1100010 10101111 11000101
Octal 142 257 305

Shades and tints

Shades of #62AFC5

#62AFC5
(98,175,197)
#5AA0B4
(90,160,180)
#5291A3
(82,145,163)
#4A8292
(74,130,146)
#427381
(66,115,129)
#3A6470
(58,100,112)
#32555F
(50,85,95)
#2A464E
(42,70,78)
#22373D
(34,55,61)
#1A282C
(26,40,44)
#12191B
(18,25,27)
#000000
(0,0,0)

Tints of #62AFC5

#62AFC5
(98,175,197)
#70B6CA
(112,182,202)
#7EBDCF
(126,189,207)
#8CC4D4
(140,196,212)
#9ACBD9
(154,203,217)
#A8D2DE
(168,210,222)
#B6D9E3
(182,217,227)
#C4E0E8
(196,224,232)
#D2E7ED
(210,231,237)
#E0EEF2
(224,238,242)
#EEF5F7
(238,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #62AFC5 color. Also use rgb(98,175,197) instead hex code.

Text Font Color

.myTextColor { color: #62AFC5; }

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

This text font color is #62AFC5.

Background Color

.myBgColor { background-color: #62AFC5; }

<div style="background-color:#62AFC5">Inner text</div>

This div background color is #62AFC5.

Border color

.myBorderColor { border: 1px solid #62AFC5; }

<div style="border:3px solid #62AFC5">Div</div>

This div border color is #62AFC5.

Opacity

.myOpacity80 { color: #62AFC5; opacity: 0.8; }

<p style="color:#62AFC5;opacity:0.8;">80%</p>

Text with #62AFC5 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 #62AFC5;}

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

This text has shadow with #62AFC5 color.


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

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

This text has shadow with #62AFC5 primary color and red secondary color.


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

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

This text has shadow with #62AFC5 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #62AFC5.

Preview

Color preview on black background

This text has color #62AFC5 on black background.


Color preview on white background

This text has color #62AFC5 on white background.


Black color preview on #62AFC5 background

This text has black color on #62AFC5 background.


White color preview on #62AFC5 background

This text has white color on #62AFC5 background.


Related colors

Complementary color

Complementary color for #hex is #9D503A.


I love getcolorcode.com

Triadic colors

1 #C562AF and #AFC562 with #62AFC5 are triadic colors.

2 #C5AF62 and #AF62C5 with #62AFC5 are triadic colors.