#54EDAC

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

Shades of Medium Aquamarine #54EDAC

Tints of Medium Aquamarine #54EDAC

Color information

#54EDAC (or 0x54EDAC) is unknown color: approx Medium Aquamarine. HEX triplet: 54, ED and AC. RGB value is (84,237,172). Sum of RGB (Red+Green+Blue) = 84+237+172=493 (65% of max value = 765). Red value is 84 (33.20% from 255 or 17.04% from 493); Green value is 237 (92.97% from 255 or 48.07% from 493); Blue value is 172 (67.58% from 255 or 34.89% from 493); Max value from RGB is 237 - color contains mainly: green. Hex color #54EDAC is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #54EDAC is #AB1253. Grayscale: #B7B7B7. Windows color (decimal): -11211348 or 11332948. OLE color: 11332948.

HSL color Cylindrical-coordinate representation of color #54EDAC: hue angle of 154.51º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #54EDAC is Cyan = 0.65, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.07.

Color convert

RGB84237172-
CMYK0.6500.270.07
HSL154.51º80.95%62.94%-
HSV(B)154.51º64.56%92.94%-
XYZ41.3965.4349.48-
YUV183.84121.3156.79-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 17.04%
GREEN value IS 237 (92.97% from 255) = 48.07%
BLUE value IS 172 (67.58% from 255) = 34.89%
R=17.04%
G=48.07%
B=34.89%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal842371720.6500.270.07154.5180.9562.94
Hex54EDAC4101B79b513f
Octal124355254101033723312177
Binary101010011101101101011001000001011011111100110111010001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54EDAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,237,172); }

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

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

 a { background-color: rgb(84,237,172); }

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

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

 span { border-color: rgb(84,237,172); }

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