COLOR #6EBA92

HEX: #6EBA92 RGB: (110,186,146)

Color info

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

RGB color model

#6EBA92 color RGB value is (110,186,146).

RGB: (110,186,146) (43%, 73%, 57%)

RGB channels and saturation

R 110 of 255 = 43%
G 186 of 255 = 73%
B 146 of 255 = 57%

110
186
146

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

Portions of RGB colors in percentages

R + G + B = 110 + 186 + 146 = 442 (100%)
R 110 of 442 ~ 24.89%
G 186 of 442 ~ 42.08%
B 146 of 442 ~ 33.03'%

%24.89
%42.08
%33.03

CMYK color model

#6EBA92 color CMYK value is (41,0,22,27).

  • cyan value is 40.86%
  • magenta value is 0.00%
  • yellow value is 21.51%
  • key color value is 27.06%

CMYK: (41,0,22,27)
C41M0Y22K27 (41%, 0%, 22%, 27%)
(0.41 / 0.00 / 0.22 / 0.27)

CMYK percentages

%40.86
%0
%21.51
%27.06

Codes

Color #6EBA92 in popluar color models

6E BA 92
RGB 110 186 146
HSL 148° 35.51% 58.04%
HSB/HSV 148° 40.86% 72.94%
CMYK 40.86% 0.00% 21.51%
27.06%

Color #6EBA92 in popluar number systems.

HEX 6E BA 92
Decimal 110 186 146
Binary 1101110 10111010 10010010
Octal 156 272 222

Shades and tints

Shades of #6EBA92

#6EBA92
(110,186,146)
#64AA85
(100,170,133)
#5A9A78
(90,154,120)
#508A6B
(80,138,107)
#467A5E
(70,122,94)
#3C6A51
(60,106,81)
#325A44
(50,90,68)
#284A37
(40,74,55)
#1E3A2A
(30,58,42)
#142A1D
(20,42,29)
#0A1A10
(10,26,16)
#000000
(0,0,0)

Tints of #6EBA92

#6EBA92
(110,186,146)
#7BC09B
(123,192,155)
#88C6A4
(136,198,164)
#95CCAD
(149,204,173)
#A2D2B6
(162,210,182)
#AFD8BF
(175,216,191)
#BCDEC8
(188,222,200)
#C9E4D1
(201,228,209)
#D6EADA
(214,234,218)
#E3F0E3
(227,240,227)
#F0F6EC
(240,246,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6EBA92 color. Also use rgb(110,186,146) instead hex code.

Text Font Color

.myTextColor { color: #6EBA92; }

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

This text font color is #6EBA92.

Background Color

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

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

This div background color is #6EBA92.

Border color

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

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

This div border color is #6EBA92.

Opacity

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

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

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

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

This text has shadow with #6EBA92 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6EBA92.

Preview

Color preview on black background

This text has color #6EBA92 on black background.


Color preview on white background

This text has color #6EBA92 on white background.


Black color preview on #6EBA92 background

This text has black color on #6EBA92 background.


White color preview on #6EBA92 background

This text has white color on #6EBA92 background.


Related colors

Complementary color

Complementary color for #hex is #91456D.


I love getcolorcode.com

Triadic colors

1 #926EBA and #BA926E with #6EBA92 are triadic colors.

2 #92BA6E and #BA6E92 with #6EBA92 are triadic colors.