COLOR #4BD9CA

HEX: #4BD9CA
RGB: (75,217,202)

Color info

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

RGB color model

#4BD9CA color RGB value is (75,217,202).

  • red value is 75;
  • green value is 217;
  • blue value is 202.
RGB:
(75,217,202)
(29%,85%,79%)

RGB channels and saturation

R 75 of 255 = 29%
G 217 of 255 = 85%
B 202 of 255 = 79%

75
217
202

R + G + B ~ 64%. #4BD9CA is quite light color.

Portions of RGB colors in percentages

R + G + B =
75 + 217 + 202 = 494 (100%)
R 75 of 494 ~ 15.18%
G 217 of 494 ~ 43.93%
B 202 of 494 ~ 40.89%

%15.18
%43.93
%40.89

CMYK color model

#4BD9CA color CMYK value is (65,0,7,15).

  • cyan value is 65.44%
  • magenta value is 0.00%
  • yellow value is 6.91%
  • key color value is 14.90%
CMYK:
(65,0,7,15)
C65M0Y7K15 
(65%,0%,7%,15%)
(0.65/0.00/0.07/0.15)	

CMYK percentages

%65.44
%0
%6.91
%14.9

Codes

Color #4BD9CA in popluar color models

4BD9CA
RGB75217202
HSL174°65.14%57.25%
HSB/HSV174°65.44%85.10%
CMYK65.44%0.00%6.91%
14.90%

Color #4BD9CA in popluar number systems.

HEX4BD9CA
Decimal75217202
Binary10010111101100111001010
Octal113331312

Shades and tints

Shades of #4BD9CA

#4BD9CA
(75,217,202)
#45C6B8
(69,198,184)
#3FB3A6
(63,179,166)
#39A094
(57,160,148)
#338D82
(51,141,130)
#2D7A70
(45,122,112)
#27675E
(39,103,94)
#21544C
(33,84,76)
#1B413A
(27,65,58)
#152E28
(21,46,40)
#0F1B16
(15,27,22)
#000000
(0,0,0)

Tints of #4BD9CA

#4BD9CA
(75,217,202)
#5BDCCE
(91,220,206)
#6BDFD2
(107,223,210)
#7BE2D6
(123,226,214)
#8BE5DA
(139,229,218)
#9BE8DE
(155,232,222)
#ABEBE2
(171,235,226)
#BBEEE6
(187,238,230)
#CBF1EA
(203,241,234)
#DBF4EE
(219,244,238)
#EBF7F2
(235,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4BD9CA; }

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

This text font color is #4BD9CA.


Background Color

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

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

This div background color is #4BD9CA.


Border color

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

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

This div border color is #4BD9CA.


Opacity

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

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

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

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

This text has shadow with #4BD9CA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4BD9CA on black background.


Color preview on white background

This text has color #4BD9CA on white background.



Black color preview on #4BD9CA background

This text has black color on #4BD9CA background.


White color preview on #4BD9CA background

This text has white color on #4BD9CA background.