COLOR #66BEBE

HEX: #66BEBE RGB: (102,190,190)

Color info

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

RGB color model

#66BEBE color RGB value is (102,190,190).

RGB: (102,190,190) (40%, 75%, 75%)

RGB channels and saturation

R 102 of 255 = 40%
G 190 of 255 = 75%
B 190 of 255 = 75%

102
190
190

R + G + B ~ 63%. #66BEBE is quite light color.

Portions of RGB colors in percentages

R + G + B = 102 + 190 + 190 = 482 (100%)
R 102 of 482 ~ 21.16%
G 190 of 482 ~ 39.42%
B 190 of 482 ~ 39.42'%

%21.16
%39.42
%39.42

CMYK color model

#66BEBE color CMYK value is (46,0,0,25).

  • cyan value is 46.32%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 25.49%

CMYK: (46,0,0,25)
C46M0Y0K25 (46%, 0%, 0%, 25%)
(0.46 / 0.00 / 0.00 / 0.25)

CMYK percentages

%46.32
%0
%0
%25.49

Codes

Color #66BEBE in popluar color models

66 BE BE
RGB 102 190 190
HSL 180° 40.37% 57.25%
HSB/HSV 180° 46.32% 74.51%
CMYK 46.32% 0.00% 0.00%
25.49%

Color #66BEBE in popluar number systems.

HEX 66 BE BE
Decimal 102 190 190
Binary 1100110 10111110 10111110
Octal 146 276 276

Shades and tints

Shades of #66BEBE

#66BEBE
(102,190,190)
#5DADAD
(93,173,173)
#549C9C
(84,156,156)
#4B8B8B
(75,139,139)
#427A7A
(66,122,122)
#396969
(57,105,105)
#305858
(48,88,88)
#274747
(39,71,71)
#1E3636
(30,54,54)
#152525
(21,37,37)
#0C1414
(12,20,20)
#000000
(0,0,0)

Tints of #66BEBE

#66BEBE
(102,190,190)
#73C3C3
(115,195,195)
#80C8C8
(128,200,200)
#8DCDCD
(141,205,205)
#9AD2D2
(154,210,210)
#A7D7D7
(167,215,215)
#B4DCDC
(180,220,220)
#C1E1E1
(193,225,225)
#CEE6E6
(206,230,230)
#DBEBEB
(219,235,235)
#E8F0F0
(232,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #66BEBE; }

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

This text font color is #66BEBE.

Background Color

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

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

This div background color is #66BEBE.

Border color

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

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

This div border color is #66BEBE.

Opacity

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

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

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

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

This text has shadow with #66BEBE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #66BEBE.

Preview

Color preview on black background

This text has color #66BEBE on black background.


Color preview on white background

This text has color #66BEBE on white background.


Black color preview on #66BEBE background

This text has black color on #66BEBE background.


White color preview on #66BEBE background

This text has white color on #66BEBE background.


Related colors

Complementary color

Complementary color for #hex is #994141.


I love getcolorcode.com