COLOR #53C488

HEX: #53C488 RGB: (83,196,136)

Color info

#53C488 contains mainly green color. Web safe color of #53C488 is #66CC99 (or #6C9).

RGB color model

#53C488 color RGB value is (83,196,136).

RGB: (83,196,136) (33%, 77%, 53%)

RGB channels and saturation

R 83 of 255 = 33%
G 196 of 255 = 77%
B 136 of 255 = 53%

83
196
136

R + G + B ~ 54%. #53C488 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 83 + 196 + 136 = 415 (100%)
R 83 of 415 ~ 20%
G 196 of 415 ~ 47.23%
B 136 of 415 ~ 32.77'%

%20
%47.23
%32.77

CMYK color model

#53C488 color CMYK value is (58,0,31,23).

  • cyan value is 57.65%
  • magenta value is 0.00%
  • yellow value is 30.61%
  • key color value is 23.14%

CMYK: (58,0,31,23)
C58M0Y31K23 (58%, 0%, 31%, 23%)
(0.58 / 0.00 / 0.31 / 0.23)

CMYK percentages

%57.65
%0
%30.61
%23.14

Codes

Color #53C488 in popluar color models

53 C4 88
RGB 83 196 136
HSL 148° 48.92% 54.71%
HSB/HSV 148° 57.65% 76.86%
CMYK 57.65% 0.00% 30.61%
23.14%

Color #53C488 in popluar number systems.

HEX 53 C4 88
Decimal 83 196 136
Binary 1010011 11000100 10001000
Octal 123 304 210

Shades and tints

Shades of #53C488

#53C488
(83,196,136)
#4CB37C
(76,179,124)
#45A270
(69,162,112)
#3E9164
(62,145,100)
#378058
(55,128,88)
#306F4C
(48,111,76)
#295E40
(41,94,64)
#224D34
(34,77,52)
#1B3C28
(27,60,40)
#142B1C
(20,43,28)
#0D1A10
(13,26,16)
#000000
(0,0,0)

Tints of #53C488

#53C488
(83,196,136)
#62C992
(98,201,146)
#71CE9C
(113,206,156)
#80D3A6
(128,211,166)
#8FD8B0
(143,216,176)
#9EDDBA
(158,221,186)
#ADE2C4
(173,226,196)
#BCE7CE
(188,231,206)
#CBECD8
(203,236,216)
#DAF1E2
(218,241,226)
#E9F6EC
(233,246,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #53C488 color. Also use rgb(83,196,136) instead hex code.

Text Font Color

.myTextColor { color: #53C488; }

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

This text font color is #53C488.

Background Color

.myBgColor { background-color: #53C488; }

<div style="background-color:#53C488">Inner text</div>

This div background color is #53C488.

Border color

.myBorderColor { border: 1px solid #53C488; }

<div style="border:3px solid #53C488">Div</div>

This div border color is #53C488.

Opacity

.myOpacity80 { color: #53C488; opacity: 0.8; }

<p style="color:#53C488;opacity:0.8;">80%</p>

Text with #53C488 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 #53C488;}

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

This text has shadow with #53C488 color.


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

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

This text has shadow with #53C488 primary color and red secondary color.


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

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

This text has shadow with #53C488 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #53C488.

Preview

Color preview on black background

This text has color #53C488 on black background.


Color preview on white background

This text has color #53C488 on white background.


Black color preview on #53C488 background

This text has black color on #53C488 background.


White color preview on #53C488 background

This text has white color on #53C488 background.


Related colors

Complementary color

Complementary color for #hex is #AC3B77.


I love getcolorcode.com

Triadic colors

1 #8853C4 and #C48853 with #53C488 are triadic colors.

2 #88C453 and #C45388 with #53C488 are triadic colors.