COLOR #6AD09E

HEX: #6AD09E RGB: (106,208,158)

Color info

#6AD09E contains mainly green and blue colors. Web safe color of #6AD09E is #66CC99 (or #6C9).

RGB color model

#6AD09E color RGB value is (106,208,158).

RGB: (106,208,158) (42%, 82%, 62%)

RGB channels and saturation

R 106 of 255 = 42%
G 208 of 255 = 82%
B 158 of 255 = 62%

106
208
158

R + G + B ~ 62%. #6AD09E is quite light color.

Portions of RGB colors in percentages

R + G + B = 106 + 208 + 158 = 472 (100%)
R 106 of 472 ~ 22.46%
G 208 of 472 ~ 44.07%
B 158 of 472 ~ 33.47'%

%22.46
%44.07
%33.47

CMYK color model

#6AD09E color CMYK value is (49,0,24,18).

  • cyan value is 49.04%
  • magenta value is 0.00%
  • yellow value is 24.04%
  • key color value is 18.43%
CMYK: (49,0,24,18) C49M0Y24K18 (49%,0%,24%,18%) (0.49/0.00/0.24/0.18) 

CMYK percentages

%49.04
%0
%24.04
%18.43

Codes

Color #6AD09E in popluar color models

6A D0 9E
RGB 106 208 158
HSL 151° 52.04% 61.57%
HSB/HSV 151° 49.04% 81.57%
CMYK 49.04% 0.00% 24.04%
18.43%

Color #6AD09E in popluar number systems.

HEX 6A D0 9E
Decimal 106 208 158
Binary 1101010 11010000 10011110
Octal 152 320 236

Shades and tints

Shades of #6AD09E

#6AD09E
(106,208,158)
#61BE90
(97,190,144)
#58AC82
(88,172,130)
#4F9A74
(79,154,116)
#468866
(70,136,102)
#3D7658
(61,118,88)
#34644A
(52,100,74)
#2B523C
(43,82,60)
#22402E
(34,64,46)
#192E20
(25,46,32)
#101C12
(16,28,18)
#000000
(0,0,0)

Tints of #6AD09E

#6AD09E
(106,208,158)
#77D4A6
(119,212,166)
#84D8AE
(132,216,174)
#91DCB6
(145,220,182)
#9EE0BE
(158,224,190)
#ABE4C6
(171,228,198)
#B8E8CE
(184,232,206)
#C5ECD6
(197,236,214)
#D2F0DE
(210,240,222)
#DFF4E6
(223,244,230)
#ECF8EE
(236,248,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6AD09E color. Also use rgb(106,208,158) instead hex code.

Text Font Color

.myTextColor { color: #6AD09E; }

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

This text font color is #6AD09E.

Background Color

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

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

This div background color is #6AD09E.

Border color

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

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

This div border color is #6AD09E.

Opacity

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

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

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

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

This text has shadow with #6AD09E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6AD09E.

Preview

Color preview on black background

This text has color #6AD09E on black background.


Color preview on white background

This text has color #6AD09E on white background.


Black color preview on #6AD09E background

This text has black color on #6AD09E background.


White color preview on #6AD09E background

This text has white color on #6AD09E background.


Related colors

Complementary color

Complementary color for #hex is #952F61.


I love getcolorcode.com

Triadic colors

1 #9E6AD0 and #D09E6A with #6AD09E are triadic colors.

2 #9ED06A and #D06A9E with #6AD09E are triadic colors.