#54D5A4

Color #54D5A4 Medium Aquamarine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Aquamarine #54D5A4

Tints of Medium Aquamarine #54D5A4

Color information

#54D5A4 (or 0x54D5A4) is unknown color: approx Medium Aquamarine. HEX triplet: 54, D5 and A4. RGB value is (84,213,164). Sum of RGB (Red+Green+Blue) = 84+213+164=461 (61% of max value = 765). Red value is 84 (33.20% from 255 or 18.22% from 461); Green value is 213 (83.59% from 255 or 46.20% from 461); Blue value is 164 (64.45% from 255 or 35.57% from 461); Max value from RGB is 213 - color contains mainly: green. Hex color #54D5A4 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #54D5A4 is #AB2A5B. Grayscale: #A8A8A8. Windows color (decimal): -11217500 or 10802516. OLE color: 10802516.

HSL color Cylindrical-coordinate representation of color #54D5A4: hue angle of 157.21º degrees, saturation: 0.61, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #54D5A4 is Cyan = 0.61, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.16.

Color convert

RGB84213164-
CMYK0.6100.230.16
HSL157.21º60.56%58.24%-
HSV(B)157.21º60.56%83.53%-
XYZ34.1552.1543.39-
YUV168.84125.2667.48-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 84 (33.20% from 255) = 18.22%
GREEN value IS 213 (83.59% from 255) = 46.20%
BLUE value IS 164 (64.45% from 255) = 35.57%
R=18.22%
G=46.20%
B=35.57%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal842131640.6100.230.16157.2160.5658.24
Hex54D5A43D017109d3d3a
Octal12432524475027202357572
Binary101010011010101101001001111010101111000010011101111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54D5A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #54D5A4; }

 p { color: rgb(84,213,164); }

 H1.HeaderClassName
 {
   color: #54D5A4;
 }
 .AnyTagClassName
 {
   color: #54D5A4;
 }
</style>
background-color css

<style>
 a { background-color: #54D5A4; }

 a { background-color: rgb(84,213,164); }

 div.DivClassName
 {
   background-color: #54D5A4;
 }
 .BgClassName
 {
   background-color: #54D5A4;
 }
</style>
border-color css

<style>
 span { border-color: #54D5A4; }

 span { border-color: rgb(84,213,164); }

 td.TdClassName
 {
   border-color: #54D5A4;
 }
 .TagClassName
 {
   border-color: #54D5A4;
 }
</style>