COLOR #6AD199

HEX: #6AD199 RGB: (106,209,153)

Color info

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

RGB color model

#6AD199 color RGB value is (106,209,153).

RGB: (106,209,153) (42%, 82%, 60%)

RGB channels and saturation

R 106 of 255 = 42%
G 209 of 255 = 82%
B 153 of 255 = 60%

106
209
153

R + G + B ~ 61%. #6AD199 is quite light color.

Portions of RGB colors in percentages

R + G + B = 106 + 209 + 153 = 468 (100%)
R 106 of 468 ~ 22.65%
G 209 of 468 ~ 44.66%
B 153 of 468 ~ 32.69'%

%22.65
%44.66
%32.69

CMYK color model

#6AD199 color CMYK value is (49,0,27,18).

  • cyan value is 49.28%
  • magenta value is 0.00%
  • yellow value is 26.79%
  • key color value is 18.04%
CMYK: (49,0,27,18) C49M0Y27K18 (49%,0%,27%,18%) (0.49/0.00/0.27/0.18) 

CMYK percentages

%49.28
%0
%26.79
%18.04

Codes

Color #6AD199 in popluar color models

6A D1 99
RGB 106 209 153
HSL 147° 52.82% 61.76%
HSB/HSV 147° 49.28% 81.96%
CMYK 49.28% 0.00% 26.79%
18.04%

Color #6AD199 in popluar number systems.

HEX 6A D1 99
Decimal 106 209 153
Binary 1101010 11010001 10011001
Octal 152 321 231

Shades and tints

Shades of #6AD199

#6AD199
(106,209,153)
#61BE8C
(97,190,140)
#58AB7F
(88,171,127)
#4F9872
(79,152,114)
#468565
(70,133,101)
#3D7258
(61,114,88)
#345F4B
(52,95,75)
#2B4C3E
(43,76,62)
#223931
(34,57,49)
#192624
(25,38,36)
#101317
(16,19,23)
#000000
(0,0,0)

Tints of #6AD199

#6AD199
(106,209,153)
#77D5A2
(119,213,162)
#84D9AB
(132,217,171)
#91DDB4
(145,221,180)
#9EE1BD
(158,225,189)
#ABE5C6
(171,229,198)
#B8E9CF
(184,233,207)
#C5EDD8
(197,237,216)
#D2F1E1
(210,241,225)
#DFF5EA
(223,245,234)
#ECF9F3
(236,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6AD199 color. Also use rgb(106,209,153) instead hex code.

Text Font Color

.myTextColor { color: #6AD199; }

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

This text font color is #6AD199.

Background Color

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

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

This div background color is #6AD199.

Border color

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

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

This div border color is #6AD199.

Opacity

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

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

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

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

This text has shadow with #6AD199 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6AD199.

Preview

Color preview on black background

This text has color #6AD199 on black background.


Color preview on white background

This text has color #6AD199 on white background.


Black color preview on #6AD199 background

This text has black color on #6AD199 background.


White color preview on #6AD199 background

This text has white color on #6AD199 background.


Related colors

Complementary color

Complementary color for #hex is #952E66.


I love getcolorcode.com

Triadic colors

1 #996AD1 and #D1996A with #6AD199 are triadic colors.

2 #99D16A and #D16A99 with #6AD199 are triadic colors.