COLOR #6BC3BE

HEX: #6BC3BE
RGB: (107,195,190)

Color info

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

RGB color model

#6BC3BE color RGB value is (107,195,190).

  • red value is 107;
  • green value is 195;
  • blue value is 190.
RGB:
(107,195,190)
(42%,76%,75%)

RGB channels and saturation

R 107 of 255 = 42%
G 195 of 255 = 76%
B 190 of 255 = 75%

107
195
190

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

Portions of RGB colors in percentages

R + G + B =
107 + 195 + 190 = 492 (100%)
R 107 of 492 ~ 21.75%
G 195 of 492 ~ 39.63%
B 190 of 492 ~ 38.62%

%21.75
%39.63
%38.62

CMYK color model

#6BC3BE color CMYK value is (45,0,3,24).

  • cyan value is 45.13%
  • magenta value is 0.00%
  • yellow value is 2.56%
  • key color value is 23.53%
CMYK:
(45,0,3,24)
C45M0Y3K24 
(45%,0%,3%,24%)
(0.45/0.00/0.03/0.24)	

CMYK percentages

%45.13
%0
%2.56
%23.53

Codes

Color #6BC3BE in popluar color models

6BC3BE
RGB107195190
HSL177°42.31%59.22%
HSB/HSV177°45.13%76.47%
CMYK45.13%0.00%2.56%
23.53%

Color #6BC3BE in popluar number systems.

HEX6BC3BE
Decimal107195190
Binary11010111100001110111110
Octal153303276

Shades and tints

Shades of #6BC3BE

#6BC3BE
(107,195,190)
#62B2AD
(98,178,173)
#59A19C
(89,161,156)
#50908B
(80,144,139)
#477F7A
(71,127,122)
#3E6E69
(62,110,105)
#355D58
(53,93,88)
#2C4C47
(44,76,71)
#233B36
(35,59,54)
#1A2A25
(26,42,37)
#111914
(17,25,20)
#000000
(0,0,0)

Tints of #6BC3BE

#6BC3BE
(107,195,190)
#78C8C3
(120,200,195)
#85CDC8
(133,205,200)
#92D2CD
(146,210,205)
#9FD7D2
(159,215,210)
#ACDCD7
(172,220,215)
#B9E1DC
(185,225,220)
#C6E6E1
(198,230,225)
#D3EBE6
(211,235,230)
#E0F0EB
(224,240,235)
#EDF5F0
(237,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6BC3BE color. Also use rgb(107,195,190) instead hex code.

Text Font Color

.myTextColor { color: #6BC3BE; }

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

This text font color is #6BC3BE.


Background Color

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

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

This div background color is #6BC3BE.


Border color

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

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

This div border color is #6BC3BE.


Opacity

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

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

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

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

This text has shadow with #6BC3BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6BC3BE on black background.


Color preview on white background

This text has color #6BC3BE on white background.



Black color preview on #6BC3BE background

This text has black color on #6BC3BE background.


White color preview on #6BC3BE background

This text has white color on #6BC3BE background.