#54D5A2

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

Shades of Medium Aquamarine #54D5A2

Tints of Medium Aquamarine #54D5A2

Color information

#54D5A2 (or 0x54D5A2) is unknown color: approx Medium Aquamarine. HEX triplet: 54, D5 and A2. RGB value is (84,213,162). Sum of RGB (Red+Green+Blue) = 84+213+162=459 (60% of max value = 765). Red value is 84 (33.20% from 255 or 18.30% from 459); Green value is 213 (83.59% from 255 or 46.41% from 459); Blue value is 162 (63.67% from 255 or 35.29% from 459); Max value from RGB is 213 - color contains mainly: green. Hex color #54D5A2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #54D5A2 is #AB2A5D. Grayscale: #A8A8A8. Windows color (decimal): -11217502 or 10671444. OLE color: 10671444.

HSL color Cylindrical-coordinate representation of color #54D5A2: hue angle of 156.28º 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 #54D5A2 is Cyan = 0.61, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.16.

Color convert

RGB84213162-
CMYK0.6100.240.16
HSL156.28º60.56%58.24%-
HSV(B)156.28º60.56%83.53%-
XYZ33.9752.0842.44-
YUV168.61124.2667.65-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 18.30%
GREEN value IS 213 (83.59% from 255) = 46.41%
BLUE value IS 162 (63.67% from 255) = 35.29%
R=18.30%
G=46.41%
B=35.29%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal842131620.6100.240.16156.2860.5658.24
Hex54D5A23D018109c3d3a
Octal12432524275030202347572
Binary101010011010101101000101111010110001000010011100111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54D5A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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