COLOR #54AF98

HEX: #54AF98
RGB: (84,175,152)

Color info

#54AF98 contains mainly green and blue colors. Web safe color of #54AF98 is #669999 (or #699).

RGB color model

#54AF98 color RGB value is (84,175,152).

  • red value is 84;
  • green value is 175;
  • blue value is 152.
RGB:
(84,175,152)
(33%,69%,60%)

RGB channels and saturation

R 84 of 255 = 33%
G 175 of 255 = 69%
B 152 of 255 = 60%

84
175
152

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

Portions of RGB colors in percentages

R + G + B =
84 + 175 + 152 = 411 (100%)
R 84 of 411 ~ 20.44%
G 175 of 411 ~ 42.58%
B 152 of 411 ~ 36.98%

%20.44
%42.58
%36.98

CMYK color model

#54AF98 color CMYK value is (52,0,13,31).

  • cyan value is 52.00%
  • magenta value is 0.00%
  • yellow value is 13.14%
  • key color value is 31.37%
CMYK:
(52,0,13,31)
C52M0Y13K31 
(52%,0%,13%,31%)
(0.52/0.00/0.13/0.31)	

CMYK percentages

%52
%0
%13.14
%31.37

Codes

Color #54AF98 in popluar color models

54AF98
RGB84175152
HSL165°36.25%50.78%
HSB/HSV165°52.00%68.63%
CMYK52.00%0.00%13.14%
31.37%

Color #54AF98 in popluar number systems.

HEX54AF98
Decimal84175152
Binary10101001010111110011000
Octal124257230

Shades and tints

Shades of #54AF98

#54AF98
(84,175,152)
#4DA08B
(77,160,139)
#46917E
(70,145,126)
#3F8271
(63,130,113)
#387364
(56,115,100)
#316457
(49,100,87)
#2A554A
(42,85,74)
#23463D
(35,70,61)
#1C3730
(28,55,48)
#152823
(21,40,35)
#0E1916
(14,25,22)
#000000
(0,0,0)

Tints of #54AF98

#54AF98
(84,175,152)
#63B6A1
(99,182,161)
#72BDAA
(114,189,170)
#81C4B3
(129,196,179)
#90CBBC
(144,203,188)
#9FD2C5
(159,210,197)
#AED9CE
(174,217,206)
#BDE0D7
(189,224,215)
#CCE7E0
(204,231,224)
#DBEEE9
(219,238,233)
#EAF5F2
(234,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #54AF98 color. Also use rgb(84,175,152) instead hex code.

Text Font Color

.myTextColor { color: #54AF98; }

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

This text font color is #54AF98.


Background Color

.myBgColor { background-color: #54AF98; }

<div style="background-color:#54AF98">Inner text</div>

This div background color is #54AF98.


Border color

.myBorderColor { border: 1px solid #54AF98; }

<div style="border:3px solid #54AF98">Div</div>

This div border color is #54AF98.


Opacity

.myOpacity80 { color: #54AF98; opacity: 0.8; }

<p style="color:#54AF98;opacity:0.8;">80%</p>

Text with #54AF98 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 #54AF98;}

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

This text has shadow with #54AF98 color.

.textShadow {text-shadow: 3px 3px 1px #54AF98, 3px 3px 1px red;}

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

This text has shadow with #54AF98 primary color and red secondary color.


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

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

This text has shadow with #54AF98 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #54AF98 on black background.


Color preview on white background

This text has color #54AF98 on white background.



Black color preview on #54AF98 background

This text has black color on #54AF98 background.


White color preview on #54AF98 background

This text has white color on #54AF98 background.