COLOR #4BC6C6

HEX: #4BC6C6
RGB: (75,198,198)

Color info

#4BC6C6 contains mainly green and blue colors. Web safe color of #4BC6C6 is #33CCCC (or #3CC).

RGB color model

#4BC6C6 color RGB value is (75,198,198).

  • red value is 75;
  • green value is 198;
  • blue value is 198.
RGB:
(75,198,198)
(29%,78%,78%)

RGB channels and saturation

R 75 of 255 = 29%
G 198 of 255 = 78%
B 198 of 255 = 78%

75
198
198

R + G + B ~ 62%. #4BC6C6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
75 + 198 + 198 = 471 (100%)
R 75 of 471 ~ 15.92%
G 198 of 471 ~ 42.04%
B 198 of 471 ~ 42.04%

%15.92
%42.04
%42.04

CMYK color model

#4BC6C6 color CMYK value is (62,0,0,22).

  • cyan value is 62.12%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 22.35%
CMYK:
(62,0,0,22)
C62M0Y0K22 
(62%,0%,0%,22%)
(0.62/0.00/0.00/0.22)	

CMYK percentages

%62.12
%0
%0
%22.35

Codes

Color #4BC6C6 in popluar color models

4BC6C6
RGB75198198
HSL180°51.90%53.53%
HSB/HSV180°62.12%77.65%
CMYK62.12%0.00%0.00%
22.35%

Color #4BC6C6 in popluar number systems.

HEX4BC6C6
Decimal75198198
Binary10010111100011011000110
Octal113306306

Shades and tints

Shades of #4BC6C6

#4BC6C6
(75,198,198)
#45B4B4
(69,180,180)
#3FA2A2
(63,162,162)
#399090
(57,144,144)
#337E7E
(51,126,126)
#2D6C6C
(45,108,108)
#275A5A
(39,90,90)
#214848
(33,72,72)
#1B3636
(27,54,54)
#152424
(21,36,36)
#0F1212
(15,18,18)
#000000
(0,0,0)

Tints of #4BC6C6

#4BC6C6
(75,198,198)
#5BCBCB
(91,203,203)
#6BD0D0
(107,208,208)
#7BD5D5
(123,213,213)
#8BDADA
(139,218,218)
#9BDFDF
(155,223,223)
#ABE4E4
(171,228,228)
#BBE9E9
(187,233,233)
#CBEEEE
(203,238,238)
#DBF3F3
(219,243,243)
#EBF8F8
(235,248,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4BC6C6 color. Also use rgb(75,198,198) instead hex code.

Text Font Color

.myTextColor { color: #4BC6C6; }

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

This text font color is #4BC6C6.


Background Color

.myBgColor { background-color: #4BC6C6; }

<div style="background-color:#4BC6C6">Inner text</div>

This div background color is #4BC6C6.


Border color

.myBorderColor { border: 1px solid #4BC6C6; }

<div style="border:3px solid #4BC6C6">Div</div>

This div border color is #4BC6C6.


Opacity

.myOpacity80 { color: #4BC6C6; opacity: 0.8; }

<p style="color:#4BC6C6;opacity:0.8;">80%</p>

Text with #4BC6C6 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 #4BC6C6;}

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

This text has shadow with #4BC6C6 color.

.textShadow {text-shadow: 3px 3px 1px #4BC6C6, 3px 3px 1px red;}

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

This text has shadow with #4BC6C6 primary color and red secondary color.


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

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

This text has shadow with #4BC6C6 and red colors in old Internet Explorer.


Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #4BC6C6;
-webkit-box-shadow: 1px 1px 3px 2px #4BC6C6;
box-shadow:1px 1px 3px 2px #4BC6C6;">
Div content here</div>
This div box has shadow with color #4BC6C6.

Preview

Color preview on black background

This text has color #4BC6C6 on black background.


Color preview on white background

This text has color #4BC6C6 on white background.



Black color preview on #4BC6C6 background

This text has black color on #4BC6C6 background.


White color preview on #4BC6C6 background

This text has white color on #4BC6C6 background.