COLOR #62ABBF

HEX: #62ABBF RGB: (98,171,191)

Color info

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

RGB color model

#62ABBF color RGB value is (98,171,191).

RGB: (98,171,191) (38%, 67%, 75%)

RGB channels and saturation

R 98 of 255 = 38%
G 171 of 255 = 67%
B 191 of 255 = 75%

98
171
191

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

Portions of RGB colors in percentages

R + G + B = 98 + 171 + 191 = 460 (100%)
R 98 of 460 ~ 21.3%
G 171 of 460 ~ 37.17%
B 191 of 460 ~ 41.52'%

%21.3
%37.17
%41.52

CMYK color model

#62ABBF color CMYK value is (49,10,0,25).

  • cyan value is 48.69%
  • magenta value is 10.47%
  • yellow value is 0.00%
  • key color value is 25.10%
CMYK: (49,10,0,25) C49M10Y0K25 (49%,10%,0%,25%) (0.49/0.10/0.00/0.25) 

CMYK percentages

%48.69
%10.47
%0
%25.1

Codes

Color #62ABBF in popluar color models

62 AB BF
RGB 98 171 191
HSL 193° 42.08% 56.67%
HSB/HSV 193° 48.69% 74.90%
CMYK 48.69% 10.47% 0.00%
25.10%

Color #62ABBF in popluar number systems.

HEX 62 AB BF
Decimal 98 171 191
Binary 1100010 10101011 10111111
Octal 142 253 277

Shades and tints

Shades of #62ABBF

#62ABBF
(98,171,191)
#5A9CAE
(90,156,174)
#528D9D
(82,141,157)
#4A7E8C
(74,126,140)
#426F7B
(66,111,123)
#3A606A
(58,96,106)
#325159
(50,81,89)
#2A4248
(42,66,72)
#223337
(34,51,55)
#1A2426
(26,36,38)
#121515
(18,21,21)
#000000
(0,0,0)

Tints of #62ABBF

#62ABBF
(98,171,191)
#70B2C4
(112,178,196)
#7EB9C9
(126,185,201)
#8CC0CE
(140,192,206)
#9AC7D3
(154,199,211)
#A8CED8
(168,206,216)
#B6D5DD
(182,213,221)
#C4DCE2
(196,220,226)
#D2E3E7
(210,227,231)
#E0EAEC
(224,234,236)
#EEF1F1
(238,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #62ABBF; }

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

This text font color is #62ABBF.

Background Color

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

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

This div background color is #62ABBF.

Border color

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

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

This div border color is #62ABBF.

Opacity

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

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

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

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

This text has shadow with #62ABBF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #62ABBF.

Preview

Color preview on black background

This text has color #62ABBF on black background.


Color preview on white background

This text has color #62ABBF on white background.


Black color preview on #62ABBF background

This text has black color on #62ABBF background.


White color preview on #62ABBF background

This text has white color on #62ABBF background.


Related colors

Complementary color

Complementary color for #hex is #9D5440.


I love getcolorcode.com

Triadic colors

1 #BF62AB and #ABBF62 with #62ABBF are triadic colors.

2 #BFAB62 and #AB62BF with #62ABBF are triadic colors.