COLOR #6AC4B8

HEX: #6AC4B8
RGB: (106,196,184)

Color info

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

RGB color model

#6AC4B8 color RGB value is (106,196,184).

  • red value is 106;
  • green value is 196;
  • blue value is 184.
RGB:
(106,196,184)
(42%,77%,72%)

RGB channels and saturation

R 106 of 255 = 42%
G 196 of 255 = 77%
B 184 of 255 = 72%

106
196
184

R + G + B ~ 64%. #6AC4B8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
106 + 196 + 184 = 486 (100%)
R 106 of 486 ~ 21.81%
G 196 of 486 ~ 40.33%
B 184 of 486 ~ 37.86%

%21.81
%40.33
%37.86

CMYK color model

#6AC4B8 color CMYK value is (46,0,6,23).

  • cyan value is 45.92%
  • magenta value is 0.00%
  • yellow value is 6.12%
  • key color value is 23.14%
CMYK:
(46,0,6,23)
C46M0Y6K23 
(46%,0%,6%,23%)
(0.46/0.00/0.06/0.23)	

CMYK percentages

%45.92
%0
%6.12
%23.14

Codes

Color #6AC4B8 in popluar color models

6AC4B8
RGB106196184
HSL172°43.27%59.22%
HSB/HSV172°45.92%76.86%
CMYK45.92%0.00%6.12%
23.14%

Color #6AC4B8 in popluar number systems.

HEX6AC4B8
Decimal106196184
Binary11010101100010010111000
Octal152304270

Shades and tints

Shades of #6AC4B8

#6AC4B8
(106,196,184)
#61B3A8
(97,179,168)
#58A298
(88,162,152)
#4F9188
(79,145,136)
#468078
(70,128,120)
#3D6F68
(61,111,104)
#345E58
(52,94,88)
#2B4D48
(43,77,72)
#223C38
(34,60,56)
#192B28
(25,43,40)
#101A18
(16,26,24)
#000000
(0,0,0)

Tints of #6AC4B8

#6AC4B8
(106,196,184)
#77C9BE
(119,201,190)
#84CEC4
(132,206,196)
#91D3CA
(145,211,202)
#9ED8D0
(158,216,208)
#ABDDD6
(171,221,214)
#B8E2DC
(184,226,220)
#C5E7E2
(197,231,226)
#D2ECE8
(210,236,232)
#DFF1EE
(223,241,238)
#ECF6F4
(236,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6AC4B8 color. Also use rgb(106,196,184) instead hex code.

Text Font Color

.myTextColor { color: #6AC4B8; }

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

This text font color is #6AC4B8.


Background Color

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

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

This div background color is #6AC4B8.


Border color

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

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

This div border color is #6AC4B8.


Opacity

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

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

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

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

This text has shadow with #6AC4B8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6AC4B8 on black background.


Color preview on white background

This text has color #6AC4B8 on white background.



Black color preview on #6AC4B8 background

This text has black color on #6AC4B8 background.


White color preview on #6AC4B8 background

This text has white color on #6AC4B8 background.