#54ED95

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

Shades of Medium Aquamarine #54ED95

Tints of Medium Aquamarine #54ED95

Color information

#54ED95 (or 0x54ED95) is unknown color: approx Medium Aquamarine. HEX triplet: 54, ED and 95. RGB value is (84,237,149). Sum of RGB (Red+Green+Blue) = 84+237+149=470 (62% of max value = 765). Red value is 84 (33.20% from 255 or 17.87% from 470); Green value is 237 (92.97% from 255 or 50.43% from 470); Blue value is 149 (58.59% from 255 or 31.70% from 470); Max value from RGB is 237 - color contains mainly: green. Hex color #54ED95 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #54ED95 is #AB126A. Grayscale: #B5B5B5. Windows color (decimal): -11211371 or 9825620. OLE color: 9825620.

HSL color Cylindrical-coordinate representation of color #54ED95: hue angle of 145.49º 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 #54ED95 is Cyan = 0.65, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.07.

Color convert

RGB84237149-
CMYK0.6500.370.07
HSL145.49º80.95%62.94%-
HSV(B)145.49º64.56%92.94%-
XYZ39.3764.6238.83-
YUV181.22109.8158.66-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 17.87%
GREEN value IS 237 (92.97% from 255) = 50.43%
BLUE value IS 149 (58.59% from 255) = 31.70%
R=17.87%
G=50.43%
B=31.70%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal842371490.6500.370.07145.4980.9562.94
Hex54ED9541025791513f
Octal124355225101045722112177
Binary1010100111011011001010110000010100101111100100011010001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54ED95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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