#54EDB8

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

Shades of Medium Aquamarine #54EDB8

Tints of Medium Aquamarine #54EDB8

Color information

#54EDB8 (or 0x54EDB8) is unknown color: approx Medium Aquamarine. HEX triplet: 54, ED and B8. RGB value is (84,237,184). Sum of RGB (Red+Green+Blue) = 84+237+184=505 (66% of max value = 765). Red value is 84 (33.20% from 255 or 16.63% from 505); Green value is 237 (92.97% from 255 or 46.93% from 505); Blue value is 184 (72.27% from 255 or 36.44% from 505); Max value from RGB is 237 - color contains mainly: green. Hex color #54EDB8 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #54EDB8 is #AB1247. Grayscale: #B9B9B9. Windows color (decimal): -11211336 or 12119380. OLE color: 12119380.

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

Color convert

RGB84237184-
CMYK0.6500.220.07
HSL159.22º80.95%62.94%-
HSV(B)159.22º64.56%92.94%-
XYZ42.5965.9155.83-
YUV185.21127.3155.81-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 16.63%
GREEN value IS 237 (92.97% from 255) = 46.93%
BLUE value IS 184 (72.27% from 255) = 36.44%
R=16.63%
G=46.93%
B=36.44%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal842371840.6500.220.07159.2280.9562.94
Hex54EDB84101679f513f
Octal124355270101026723712177
Binary101010011101101101110001000001010110111100111111010001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54EDB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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