COLOR #62ABAF

HEX: #62ABAF RGB: (98,171,175)

Color info

#62ABAF contains mainly green and blue colors. Web safe color of #62ABAF is #669999 (or #699).

RGB color model

#62ABAF color RGB value is (98,171,175).

RGB: (98,171,175) (38%, 67%, 69%)

RGB channels and saturation

R 98 of 255 = 38%
G 171 of 255 = 67%
B 175 of 255 = 69%

98
171
175

R + G + B ~ 58%. #62ABAF is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 98 + 171 + 175 = 444 (100%)
R 98 of 444 ~ 22.07%
G 171 of 444 ~ 38.51%
B 175 of 444 ~ 39.41'%

%22.07
%38.51
%39.41

CMYK color model

#62ABAF color CMYK value is (44,2,0,31).

  • cyan value is 44.00%
  • magenta value is 2.29%
  • yellow value is 0.00%
  • key color value is 31.37%

CMYK: (44,2,0,31)
C44M2Y0K31 (44%, 2%, 0%, 31%)
(0.44 / 0.02 / 0.00 / 0.31)

CMYK percentages

%44
%2.29
%0
%31.37

Codes

Color #62ABAF in popluar color models

62 AB AF
RGB 98 171 175
HSL 183° 32.49% 53.53%
HSB/HSV 183° 44.00% 68.63%
CMYK 44.00% 2.29% 0.00%
31.37%

Color #62ABAF in popluar number systems.

HEX 62 AB AF
Decimal 98 171 175
Binary 1100010 10101011 10101111
Octal 142 253 257

Shades and tints

Shades of #62ABAF

#62ABAF
(98,171,175)
#5A9CA0
(90,156,160)
#528D91
(82,141,145)
#4A7E82
(74,126,130)
#426F73
(66,111,115)
#3A6064
(58,96,100)
#325155
(50,81,85)
#2A4246
(42,66,70)
#223337
(34,51,55)
#1A2428
(26,36,40)
#121519
(18,21,25)
#000000
(0,0,0)

Tints of #62ABAF

#62ABAF
(98,171,175)
#70B2B6
(112,178,182)
#7EB9BD
(126,185,189)
#8CC0C4
(140,192,196)
#9AC7CB
(154,199,203)
#A8CED2
(168,206,210)
#B6D5D9
(182,213,217)
#C4DCE0
(196,220,224)
#D2E3E7
(210,227,231)
#E0EAEE
(224,234,238)
#EEF1F5
(238,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #62ABAF; }

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

This text font color is #62ABAF.

Background Color

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

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

This div background color is #62ABAF.

Border color

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

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

This div border color is #62ABAF.

Opacity

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

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

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

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

This text has shadow with #62ABAF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #62ABAF.

Preview

Color preview on black background

This text has color #62ABAF on black background.


Color preview on white background

This text has color #62ABAF on white background.


Black color preview on #62ABAF background

This text has black color on #62ABAF background.


White color preview on #62ABAF background

This text has white color on #62ABAF background.


Related colors

Complementary color

Complementary color for #hex is #9D5450.


I love getcolorcode.com

Triadic colors

1 #AF62AB and #ABAF62 with #62ABAF are triadic colors.

2 #AFAB62 and #AB62AF with #62ABAF are triadic colors.