COLOR #6ACCAE

HEX: #6ACCAE RGB: (106,204,174)

Color info

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

RGB color model

#6ACCAE color RGB value is (106,204,174).

RGB: (106,204,174) (42%, 80%, 68%)

RGB channels and saturation

R 106 of 255 = 42%
G 204 of 255 = 80%
B 174 of 255 = 68%

106
204
174

R + G + B ~ 63%. #6ACCAE is quite light color.

Portions of RGB colors in percentages

R + G + B = 106 + 204 + 174 = 484 (100%)
R 106 of 484 ~ 21.9%
G 204 of 484 ~ 42.15%
B 174 of 484 ~ 35.95'%

%21.9
%42.15
%35.95

CMYK color model

#6ACCAE color CMYK value is (48,0,15,20).

  • cyan value is 48.04%
  • magenta value is 0.00%
  • yellow value is 14.71%
  • key color value is 20.00%
CMYK: (48,0,15,20) C48M0Y15K20 (48%,0%,15%,20%) (0.48/0.00/0.15/0.20) 

CMYK percentages

%48.04
%0
%14.71
%20

Codes

Color #6ACCAE in popluar color models

6A CC AE
RGB 106 204 174
HSL 162° 49.00% 60.78%
HSB/HSV 162° 48.04% 80.00%
CMYK 48.04% 0.00% 14.71%
20.00%

Color #6ACCAE in popluar number systems.

HEX 6A CC AE
Decimal 106 204 174
Binary 1101010 11001100 10101110
Octal 152 314 256

Shades and tints

Shades of #6ACCAE

#6ACCAE
(106,204,174)
#61BA9F
(97,186,159)
#58A890
(88,168,144)
#4F9681
(79,150,129)
#468472
(70,132,114)
#3D7263
(61,114,99)
#346054
(52,96,84)
#2B4E45
(43,78,69)
#223C36
(34,60,54)
#192A27
(25,42,39)
#101818
(16,24,24)
#000000
(0,0,0)

Tints of #6ACCAE

#6ACCAE
(106,204,174)
#77D0B5
(119,208,181)
#84D4BC
(132,212,188)
#91D8C3
(145,216,195)
#9EDCCA
(158,220,202)
#ABE0D1
(171,224,209)
#B8E4D8
(184,228,216)
#C5E8DF
(197,232,223)
#D2ECE6
(210,236,230)
#DFF0ED
(223,240,237)
#ECF4F4
(236,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6ACCAE color. Also use rgb(106,204,174) instead hex code.

Text Font Color

.myTextColor { color: #6ACCAE; }

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

This text font color is #6ACCAE.

Background Color

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

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

This div background color is #6ACCAE.

Border color

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

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

This div border color is #6ACCAE.

Opacity

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

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

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

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

This text has shadow with #6ACCAE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6ACCAE.

Preview

Color preview on black background

This text has color #6ACCAE on black background.


Color preview on white background

This text has color #6ACCAE on white background.


Black color preview on #6ACCAE background

This text has black color on #6ACCAE background.


White color preview on #6ACCAE background

This text has white color on #6ACCAE background.


Related colors

Complementary color

Complementary color for #hex is #953351.


I love getcolorcode.com

Triadic colors

1 #AE6ACC and #CCAE6A with #6ACCAE are triadic colors.

2 #AECC6A and #CC6AAE with #6ACCAE are triadic colors.