COLOR #6ABFBC

HEX: #6ABFBC RGB: (106,191,188)

Color info

#6ABFBC contains mainly green and blue colors. Web safe color of #6ABFBC is #66CCCC (or #6CC).

RGB color model

#6ABFBC color RGB value is (106,191,188).

RGB: (106,191,188) (42%, 75%, 74%)

RGB channels and saturation

R 106 of 255 = 42%
G 191 of 255 = 75%
B 188 of 255 = 74%

106
191
188

R + G + B ~ 64%. #6ABFBC is quite light color.

Portions of RGB colors in percentages

R + G + B = 106 + 191 + 188 = 485 (100%)
R 106 of 485 ~ 21.86%
G 191 of 485 ~ 39.38%
B 188 of 485 ~ 38.76'%

%21.86
%39.38
%38.76

CMYK color model

#6ABFBC color CMYK value is (45,0,2,25).

  • cyan value is 44.50%
  • magenta value is 0.00%
  • yellow value is 1.57%
  • key color value is 25.10%
CMYK: (45,0,2,25) C45M0Y2K25 (45%,0%,2%,25%) (0.45/0.00/0.02/0.25) 

CMYK percentages

%44.5
%0
%1.57
%25.1

Codes

Color #6ABFBC in popluar color models

6A BF BC
RGB 106 191 188
HSL 178° 39.91% 58.24%
HSB/HSV 178° 44.50% 74.90%
CMYK 44.50% 0.00% 1.57%
25.10%

Color #6ABFBC in popluar number systems.

HEX 6A BF BC
Decimal 106 191 188
Binary 1101010 10111111 10111100
Octal 152 277 274

Shades and tints

Shades of #6ABFBC

#6ABFBC
(106,191,188)
#61AEAB
(97,174,171)
#589D9A
(88,157,154)
#4F8C89
(79,140,137)
#467B78
(70,123,120)
#3D6A67
(61,106,103)
#345956
(52,89,86)
#2B4845
(43,72,69)
#223734
(34,55,52)
#192623
(25,38,35)
#101512
(16,21,18)
#000000
(0,0,0)

Tints of #6ABFBC

#6ABFBC
(106,191,188)
#77C4C2
(119,196,194)
#84C9C8
(132,201,200)
#91CECE
(145,206,206)
#9ED3D4
(158,211,212)
#ABD8DA
(171,216,218)
#B8DDE0
(184,221,224)
#C5E2E6
(197,226,230)
#D2E7EC
(210,231,236)
#DFECF2
(223,236,242)
#ECF1F8
(236,241,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6ABFBC color. Also use rgb(106,191,188) instead hex code.

Text Font Color

.myTextColor { color: #6ABFBC; }

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

This text font color is #6ABFBC.

Background Color

.myBgColor { background-color: #6ABFBC; }

<div style="background-color:#6ABFBC">Inner text</div>

This div background color is #6ABFBC.

Border color

.myBorderColor { border: 1px solid #6ABFBC; }

<div style="border:3px solid #6ABFBC">Div</div>

This div border color is #6ABFBC.

Opacity

.myOpacity80 { color: #6ABFBC; opacity: 0.8; }

<p style="color:#6ABFBC;opacity:0.8;">80%</p>

Text with #6ABFBC 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 #6ABFBC;}

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

This text has shadow with #6ABFBC color.


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

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

This text has shadow with #6ABFBC primary color and red secondary color.


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

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

This text has shadow with #6ABFBC and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #6ABFBC.

Preview

Color preview on black background

This text has color #6ABFBC on black background.


Color preview on white background

This text has color #6ABFBC on white background.


Black color preview on #6ABFBC background

This text has black color on #6ABFBC background.


White color preview on #6ABFBC background

This text has white color on #6ABFBC background.


Related colors

Complementary color

Complementary color for #hex is #954043.


I love getcolorcode.com

Triadic colors

1 #BC6ABF and #BFBC6A with #6ABFBC are triadic colors.

2 #BCBF6A and #BF6ABC with #6ABFBC are triadic colors.