COLOR #6BEAC9

HEX: #6BEAC9 RGB: (107,234,201)

Color info

#6BEAC9 contains mainly green and blue colors. Web safe color of #6BEAC9 is #66FFCC (or #6FC).

RGB color model

#6BEAC9 color RGB value is (107,234,201).

RGB: (107,234,201) (42%, 92%, 79%)

RGB channels and saturation

R 107 of 255 = 42%
G 234 of 255 = 92%
B 201 of 255 = 79%

107
234
201

R + G + B ~ 71%. #6BEAC9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 107 + 234 + 201 = 542 (100%)
R 107 of 542 ~ 19.74%
G 234 of 542 ~ 43.17%
B 201 of 542 ~ 37.08'%

%19.74
%43.17
%37.08

CMYK color model

#6BEAC9 color CMYK value is (54,0,14,8).

  • cyan value is 54.27%
  • magenta value is 0.00%
  • yellow value is 14.10%
  • key color value is 8.24%

CMYK: (54,0,14,8)
C54M0Y14K8 (54%, 0%, 14%, 8%)
(0.54 / 0.00 / 0.14 / 0.08)

CMYK percentages

%54.27
%0
%14.1
%8.24

Codes

Color #6BEAC9 in popluar color models

6B EA C9
RGB 107 234 201
HSL 164° 75.15% 66.86%
HSB/HSV 164° 54.27% 91.76%
CMYK 54.27% 0.00% 14.10%
8.24%

Color #6BEAC9 in popluar number systems.

HEX 6B EA C9
Decimal 107 234 201
Binary 1101011 11101010 11001001
Octal 153 352 311

Shades and tints

Shades of #6BEAC9

#6BEAC9
(107,234,201)
#62D5B7
(98,213,183)
#59C0A5
(89,192,165)
#50AB93
(80,171,147)
#479681
(71,150,129)
#3E816F
(62,129,111)
#356C5D
(53,108,93)
#2C574B
(44,87,75)
#234239
(35,66,57)
#1A2D27
(26,45,39)
#111815
(17,24,21)
#000000
(0,0,0)

Tints of #6BEAC9

#6BEAC9
(107,234,201)
#78EBCD
(120,235,205)
#85ECD1
(133,236,209)
#92EDD5
(146,237,213)
#9FEED9
(159,238,217)
#ACEFDD
(172,239,221)
#B9F0E1
(185,240,225)
#C6F1E5
(198,241,229)
#D3F2E9
(211,242,233)
#E0F3ED
(224,243,237)
#EDF4F1
(237,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6BEAC9 color. Also use rgb(107,234,201) instead hex code.

Text Font Color

.myTextColor { color: #6BEAC9; }

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

This text font color is #6BEAC9.

Background Color

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

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

This div background color is #6BEAC9.

Border color

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

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

This div border color is #6BEAC9.

Opacity

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

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

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

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

This text has shadow with #6BEAC9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6BEAC9.

Preview

Color preview on black background

This text has color #6BEAC9 on black background.


Color preview on white background

This text has color #6BEAC9 on white background.


Black color preview on #6BEAC9 background

This text has black color on #6BEAC9 background.


White color preview on #6BEAC9 background

This text has white color on #6BEAC9 background.


Related colors

Complementary color

Complementary color for #hex is #941536.


I love getcolorcode.com

Triadic colors

1 #C96BEA and #EAC96B with #6BEAC9 are triadic colors.

2 #C9EA6B and #EA6BC9 with #6BEAC9 are triadic colors.