COLOR #6AA88E

HEX: #6AA88E
RGB: (106,168,142)

Color info

#6AA88E contains mainly green and blue colors. Web safe color of #6AA88E is #669999 (or #699).

RGB color model

#6AA88E color RGB value is (106,168,142).

  • red value is 106;
  • green value is 168;
  • blue value is 142.
RGB:
(106,168,142)
(42%,66%,56%)

RGB channels and saturation

R 106 of 255 = 42%
G 168 of 255 = 66%
B 142 of 255 = 56%

106
168
142

R + G + B ~ 55%. #6AA88E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
106 + 168 + 142 = 416 (100%)
R 106 of 416 ~ 25.48%
G 168 of 416 ~ 40.38%
B 142 of 416 ~ 34.13%

%25.48
%40.38
%34.13

CMYK color model

#6AA88E color CMYK value is (37,0,15,34).

  • cyan value is 36.90%
  • magenta value is 0.00%
  • yellow value is 15.48%
  • key color value is 34.12%
CMYK:
(37,0,15,34)
C37M0Y15K34 
(37%,0%,15%,34%)
(0.37/0.00/0.15/0.34)	

CMYK percentages

%36.9
%0
%15.48
%34.12

Codes

Color #6AA88E in popluar color models

6AA88E
RGB106168142
HSL155°26.27%53.73%
HSB/HSV155°36.90%65.88%
CMYK36.90%0.00%15.48%
34.12%

Color #6AA88E in popluar number systems.

HEX6AA88E
Decimal106168142
Binary11010101010100010001110
Octal152250216

Shades and tints

Shades of #6AA88E

#6AA88E
(106,168,142)
#619982
(97,153,130)
#588A76
(88,138,118)
#4F7B6A
(79,123,106)
#466C5E
(70,108,94)
#3D5D52
(61,93,82)
#344E46
(52,78,70)
#2B3F3A
(43,63,58)
#22302E
(34,48,46)
#192122
(25,33,34)
#101216
(16,18,22)
#000000
(0,0,0)

Tints of #6AA88E

#6AA88E
(106,168,142)
#77AF98
(119,175,152)
#84B6A2
(132,182,162)
#91BDAC
(145,189,172)
#9EC4B6
(158,196,182)
#ABCBC0
(171,203,192)
#B8D2CA
(184,210,202)
#C5D9D4
(197,217,212)
#D2E0DE
(210,224,222)
#DFE7E8
(223,231,232)
#ECEEF2
(236,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6AA88E color. Also use rgb(106,168,142) instead hex code.

Text Font Color

.myTextColor { color: #6AA88E; }

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

This text font color is #6AA88E.


Background Color

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

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

This div background color is #6AA88E.


Border color

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

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

This div border color is #6AA88E.


Opacity

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

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

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

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

This text has shadow with #6AA88E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6AA88E on black background.


Color preview on white background

This text has color #6AA88E on white background.



Black color preview on #6AA88E background

This text has black color on #6AA88E background.


White color preview on #6AA88E background

This text has white color on #6AA88E background.