COLOR #4BE1D5

HEX: #4BE1D5
RGB: (75,225,213)

Color info

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

RGB color model

#4BE1D5 color RGB value is (75,225,213).

  • red value is 75;
  • green value is 225;
  • blue value is 213.
RGB:
(75,225,213)
(29%,88%,84%)

RGB channels and saturation

R 75 of 255 = 29%
G 225 of 255 = 88%
B 213 of 255 = 84%

75
225
213

R + G + B ~ 67%. #4BE1D5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
75 + 225 + 213 = 513 (100%)
R 75 of 513 ~ 14.62%
G 225 of 513 ~ 43.86%
B 213 of 513 ~ 41.52%

%14.62
%43.86
%41.52

CMYK color model

#4BE1D5 color CMYK value is (67,0,5,12).

  • cyan value is 66.67%
  • magenta value is 0.00%
  • yellow value is 5.33%
  • key color value is 11.76%
CMYK:
(67,0,5,12)
C67M0Y5K12 
(67%,0%,5%,12%)
(0.67/0.00/0.05/0.12)	

CMYK percentages

%66.67
%0
%5.33
%11.76

Codes

Color #4BE1D5 in popluar color models

4BE1D5
RGB75225213
HSL175°71.43%58.82%
HSB/HSV175°66.67%88.24%
CMYK66.67%0.00%5.33%
11.76%

Color #4BE1D5 in popluar number systems.

HEX4BE1D5
Decimal75225213
Binary10010111110000111010101
Octal113341325

Shades and tints

Shades of #4BE1D5

#4BE1D5
(75,225,213)
#45CDC2
(69,205,194)
#3FB9AF
(63,185,175)
#39A59C
(57,165,156)
#339189
(51,145,137)
#2D7D76
(45,125,118)
#276963
(39,105,99)
#215550
(33,85,80)
#1B413D
(27,65,61)
#152D2A
(21,45,42)
#0F1917
(15,25,23)
#000000
(0,0,0)

Tints of #4BE1D5

#4BE1D5
(75,225,213)
#5BE3D8
(91,227,216)
#6BE5DB
(107,229,219)
#7BE7DE
(123,231,222)
#8BE9E1
(139,233,225)
#9BEBE4
(155,235,228)
#ABEDE7
(171,237,231)
#BBEFEA
(187,239,234)
#CBF1ED
(203,241,237)
#DBF3F0
(219,243,240)
#EBF5F3
(235,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4BE1D5; }

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

This text font color is #4BE1D5.


Background Color

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

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

This div background color is #4BE1D5.


Border color

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

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

This div border color is #4BE1D5.


Opacity

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

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

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

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

This text has shadow with #4BE1D5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4BE1D5 on black background.


Color preview on white background

This text has color #4BE1D5 on white background.



Black color preview on #4BE1D5 background

This text has black color on #4BE1D5 background.


White color preview on #4BE1D5 background

This text has white color on #4BE1D5 background.