COLOR #6AFCCE

HEX: #6AFCCE RGB: (106,252,206)

Color info

#6AFCCE contains mainly green and blue colors. Web safe color of #6AFCCE is #66FFCC (or #6FC).

RGB color model

#6AFCCE color RGB value is (106,252,206).

RGB: (106,252,206) (42%, 99%, 81%)

RGB channels and saturation

R 106 of 255 = 42%
G 252 of 255 = 99%
B 206 of 255 = 81%

106
252
206

R + G + B ~ 74%. #6AFCCE is quite light color.

Portions of RGB colors in percentages

R + G + B = 106 + 252 + 206 = 564 (100%)
R 106 of 564 ~ 18.79%
G 252 of 564 ~ 44.68%
B 206 of 564 ~ 36.52'%

%18.79
%44.68
%36.52

CMYK color model

#6AFCCE color CMYK value is (58,0,18,1).

  • cyan value is 57.94%
  • magenta value is 0.00%
  • yellow value is 18.25%
  • key color value is 1.18%

CMYK: (58,0,18,1)
C58M0Y18K1 (58%, 0%, 18%, 1%)
(0.58 / 0.00 / 0.18 / 0.01)

CMYK percentages

%57.94
%0
%18.25
%1.18

Codes

Color #6AFCCE in popluar color models

6A FC CE
RGB 106 252 206
HSL 161° 96.05% 70.20%
HSB/HSV 161° 57.94% 98.82%
CMYK 57.94% 0.00% 18.25%
1.18%

Color #6AFCCE in popluar number systems.

HEX 6A FC CE
Decimal 106 252 206
Binary 1101010 11111100 11001110
Octal 152 374 316

Shades and tints

Shades of #6AFCCE

#6AFCCE
(106,252,206)
#61E6BC
(97,230,188)
#58D0AA
(88,208,170)
#4FBA98
(79,186,152)
#46A486
(70,164,134)
#3D8E74
(61,142,116)
#347862
(52,120,98)
#2B6250
(43,98,80)
#224C3E
(34,76,62)
#19362C
(25,54,44)
#10201A
(16,32,26)
#000000
(0,0,0)

Tints of #6AFCCE

#6AFCCE
(106,252,206)
#77FCD2
(119,252,210)
#84FCD6
(132,252,214)
#91FCDA
(145,252,218)
#9EFCDE
(158,252,222)
#ABFCE2
(171,252,226)
#B8FCE6
(184,252,230)
#C5FCEA
(197,252,234)
#D2FCEE
(210,252,238)
#DFFCF2
(223,252,242)
#ECFCF6
(236,252,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6AFCCE color. Also use rgb(106,252,206) instead hex code.

Text Font Color

.myTextColor { color: #6AFCCE; }

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

This text font color is #6AFCCE.

Background Color

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

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

This div background color is #6AFCCE.

Border color

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

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

This div border color is #6AFCCE.

Opacity

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

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

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

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

This text has shadow with #6AFCCE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6AFCCE.

Preview

Color preview on black background

This text has color #6AFCCE on black background.


Color preview on white background

This text has color #6AFCCE on white background.


Black color preview on #6AFCCE background

This text has black color on #6AFCCE background.


White color preview on #6AFCCE background

This text has white color on #6AFCCE background.


Related colors

Complementary color

Complementary color for #hex is #950331.


I love getcolorcode.com

Triadic colors

1 #CE6AFC and #FCCE6A with #6AFCCE are triadic colors.

2 #CEFC6A and #FC6ACE with #6AFCCE are triadic colors.