COLOR #6AE0B5

HEX: #6AE0B5
RGB: (106,224,181)

Color info

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

RGB color model

#6AE0B5 color RGB value is (106,224,181).

  • red value is 106;
  • green value is 224;
  • blue value is 181.
RGB:
(106,224,181)
(42%,88%,71%)

RGB channels and saturation

R 106 of 255 = 42%
G 224 of 255 = 88%
B 181 of 255 = 71%

106
224
181

R + G + B ~ 67%. #6AE0B5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
106 + 224 + 181 = 511 (100%)
R 106 of 511 ~ 20.74%
G 224 of 511 ~ 43.84%
B 181 of 511 ~ 35.42%

%20.74
%43.84
%35.42

CMYK color model

#6AE0B5 color CMYK value is (53,0,19,12).

  • cyan value is 52.68%
  • magenta value is 0.00%
  • yellow value is 19.20%
  • key color value is 12.16%
CMYK:
(53,0,19,12)
C53M0Y19K12 
(53%,0%,19%,12%)
(0.53/0.00/0.19/0.12)	

CMYK percentages

%52.68
%0
%19.2
%12.16

Codes

Color #6AE0B5 in popluar color models

6AE0B5
RGB106224181
HSL158°65.56%64.71%
HSB/HSV158°52.68%87.84%
CMYK52.68%0.00%19.20%
12.16%

Color #6AE0B5 in popluar number systems.

HEX6AE0B5
Decimal106224181
Binary11010101110000010110101
Octal152340265

Shades and tints

Shades of #6AE0B5

#6AE0B5
(106,224,181)
#61CCA5
(97,204,165)
#58B895
(88,184,149)
#4FA485
(79,164,133)
#469075
(70,144,117)
#3D7C65
(61,124,101)
#346855
(52,104,85)
#2B5445
(43,84,69)
#224035
(34,64,53)
#192C25
(25,44,37)
#101815
(16,24,21)
#000000
(0,0,0)

Tints of #6AE0B5

#6AE0B5
(106,224,181)
#77E2BB
(119,226,187)
#84E4C1
(132,228,193)
#91E6C7
(145,230,199)
#9EE8CD
(158,232,205)
#ABEAD3
(171,234,211)
#B8ECD9
(184,236,217)
#C5EEDF
(197,238,223)
#D2F0E5
(210,240,229)
#DFF2EB
(223,242,235)
#ECF4F1
(236,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6AE0B5 color. Also use rgb(106,224,181) instead hex code.

Text Font Color

.myTextColor { color: #6AE0B5; }

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

This text font color is #6AE0B5.


Background Color

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

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

This div background color is #6AE0B5.


Border color

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

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

This div border color is #6AE0B5.


Opacity

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

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

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

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

This text has shadow with #6AE0B5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6AE0B5 on black background.


Color preview on white background

This text has color #6AE0B5 on white background.



Black color preview on #6AE0B5 background

This text has black color on #6AE0B5 background.


White color preview on #6AE0B5 background

This text has white color on #6AE0B5 background.