COLOR #66FBC7

HEX: #66FBC7 RGB: (102,251,199)

Color info

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

RGB color model

#66FBC7 color RGB value is (102,251,199).

RGB: (102,251,199) (40%, 98%, 78%)

RGB channels and saturation

R 102 of 255 = 40%
G 251 of 255 = 98%
B 199 of 255 = 78%

102
251
199

R + G + B ~ 72%. #66FBC7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 102 + 251 + 199 = 552 (100%)
R 102 of 552 ~ 18.48%
G 251 of 552 ~ 45.47%
B 199 of 552 ~ 36.05'%

%18.48
%45.47
%36.05

CMYK color model

#66FBC7 color CMYK value is (59,0,21,2).

  • cyan value is 59.36%
  • magenta value is 0.00%
  • yellow value is 20.72%
  • key color value is 1.57%

CMYK: (59,0,21,2)
C59M0Y21K2 (59%, 0%, 21%, 2%)
(0.59 / 0.00 / 0.21 / 0.02)

CMYK percentages

%59.36
%0
%20.72
%1.57

Codes

Color #66FBC7 in popluar color models

66 FB C7
RGB 102 251 199
HSL 159° 94.90% 69.22%
HSB/HSV 159° 59.36% 98.43%
CMYK 59.36% 0.00% 20.72%
1.57%

Color #66FBC7 in popluar number systems.

HEX 66 FB C7
Decimal 102 251 199
Binary 1100110 11111011 11000111
Octal 146 373 307

Shades and tints

Shades of #66FBC7

#66FBC7
(102,251,199)
#5DE5B5
(93,229,181)
#54CFA3
(84,207,163)
#4BB991
(75,185,145)
#42A37F
(66,163,127)
#398D6D
(57,141,109)
#30775B
(48,119,91)
#276149
(39,97,73)
#1E4B37
(30,75,55)
#153525
(21,53,37)
#0C1F13
(12,31,19)
#000000
(0,0,0)

Tints of #66FBC7

#66FBC7
(102,251,199)
#73FBCC
(115,251,204)
#80FBD1
(128,251,209)
#8DFBD6
(141,251,214)
#9AFBDB
(154,251,219)
#A7FBE0
(167,251,224)
#B4FBE5
(180,251,229)
#C1FBEA
(193,251,234)
#CEFBEF
(206,251,239)
#DBFBF4
(219,251,244)
#E8FBF9
(232,251,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #66FBC7 color. Also use rgb(102,251,199) instead hex code.

Text Font Color

.myTextColor { color: #66FBC7; }

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

This text font color is #66FBC7.

Background Color

.myBgColor { background-color: #66FBC7; }

<div style="background-color:#66FBC7">Inner text</div>

This div background color is #66FBC7.

Border color

.myBorderColor { border: 1px solid #66FBC7; }

<div style="border:3px solid #66FBC7">Div</div>

This div border color is #66FBC7.

Opacity

.myOpacity80 { color: #66FBC7; opacity: 0.8; }

<p style="color:#66FBC7;opacity:0.8;">80%</p>

Text with #66FBC7 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 #66FBC7;}

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

This text has shadow with #66FBC7 color.


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

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

This text has shadow with #66FBC7 primary color and red secondary color.


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

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

This text has shadow with #66FBC7 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #66FBC7.

Preview

Color preview on black background

This text has color #66FBC7 on black background.


Color preview on white background

This text has color #66FBC7 on white background.


Black color preview on #66FBC7 background

This text has black color on #66FBC7 background.


White color preview on #66FBC7 background

This text has white color on #66FBC7 background.


Related colors

Complementary color

Complementary color for #hex is #990438.


I love getcolorcode.com

Triadic colors

1 #C766FB and #FBC766 with #66FBC7 are triadic colors.

2 #C7FB66 and #FB66C7 with #66FBC7 are triadic colors.