COLOR #6BF0AF

HEX: #6BF0AF RGB: (107,240,175)

Color info

#6BF0AF contains mainly green color. Web safe color of #6BF0AF is #66FF99 (or #6F9).

RGB color model

#6BF0AF color RGB value is (107,240,175).

RGB: (107,240,175) (42%, 94%, 69%)

RGB channels and saturation

R 107 of 255 = 42%
G 240 of 255 = 94%
B 175 of 255 = 69%

107
240
175

R + G + B ~ 68%. #6BF0AF is quite light color.

Portions of RGB colors in percentages

R + G + B = 107 + 240 + 175 = 522 (100%)
R 107 of 522 ~ 20.5%
G 240 of 522 ~ 45.98%
B 175 of 522 ~ 33.52'%

%20.5
%45.98
%33.52

CMYK color model

#6BF0AF color CMYK value is (55,0,27,6).

  • cyan value is 55.42%
  • magenta value is 0.00%
  • yellow value is 27.08%
  • key color value is 5.88%

CMYK: (55,0,27,6)
C55M0Y27K6 (55%, 0%, 27%, 6%)
(0.55 / 0.00 / 0.27 / 0.06)

CMYK percentages

%55.42
%0
%27.08
%5.88

Codes

Color #6BF0AF in popluar color models

6B F0 AF
RGB 107 240 175
HSL 151° 81.60% 68.04%
HSB/HSV 151° 55.42% 94.12%
CMYK 55.42% 0.00% 27.08%
5.88%

Color #6BF0AF in popluar number systems.

HEX 6B F0 AF
Decimal 107 240 175
Binary 1101011 11110000 10101111
Octal 153 360 257

Shades and tints

Shades of #6BF0AF

#6BF0AF
(107,240,175)
#62DBA0
(98,219,160)
#59C691
(89,198,145)
#50B182
(80,177,130)
#479C73
(71,156,115)
#3E8764
(62,135,100)
#357255
(53,114,85)
#2C5D46
(44,93,70)
#234837
(35,72,55)
#1A3328
(26,51,40)
#111E19
(17,30,25)
#000000
(0,0,0)

Tints of #6BF0AF

#6BF0AF
(107,240,175)
#78F1B6
(120,241,182)
#85F2BD
(133,242,189)
#92F3C4
(146,243,196)
#9FF4CB
(159,244,203)
#ACF5D2
(172,245,210)
#B9F6D9
(185,246,217)
#C6F7E0
(198,247,224)
#D3F8E7
(211,248,231)
#E0F9EE
(224,249,238)
#EDFAF5
(237,250,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6BF0AF color. Also use rgb(107,240,175) instead hex code.

Text Font Color

.myTextColor { color: #6BF0AF; }

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

This text font color is #6BF0AF.

Background Color

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

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

This div background color is #6BF0AF.

Border color

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

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

This div border color is #6BF0AF.

Opacity

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

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

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

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

This text has shadow with #6BF0AF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6BF0AF.

Preview

Color preview on black background

This text has color #6BF0AF on black background.


Color preview on white background

This text has color #6BF0AF on white background.


Black color preview on #6BF0AF background

This text has black color on #6BF0AF background.


White color preview on #6BF0AF background

This text has white color on #6BF0AF background.


Related colors

Complementary color

Complementary color for #hex is #940F50.


I love getcolorcode.com

Triadic colors

1 #AF6BF0 and #F0AF6B with #6BF0AF are triadic colors.

2 #AFF06B and #F06BAF with #6BF0AF are triadic colors.