#54E1BA

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

Shades of Medium Aquamarine #54E1BA

Tints of Medium Aquamarine #54E1BA

Color information

#54E1BA (or 0x54E1BA) is unknown color: approx Medium Aquamarine. HEX triplet: 54, E1 and BA. RGB value is (84,225,186). Sum of RGB (Red+Green+Blue) = 84+225+186=495 (65% of max value = 765). Red value is 84 (33.20% from 255 or 16.97% from 495); Green value is 225 (88.28% from 255 or 45.45% from 495); Blue value is 186 (73.05% from 255 or 37.58% from 495); Max value from RGB is 225 - color contains mainly: green. Hex color #54E1BA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #54E1BA is #AB1E45. Grayscale: #B2B2B2. Windows color (decimal): -11214406 or 12247380. OLE color: 12247380.

HSL color Cylindrical-coordinate representation of color #54E1BA: hue angle of 163.4º degrees, saturation: 0.7, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #54E1BA is Cyan = 0.63, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.12.

Color convert

RGB84225186-
CMYK0.6300.170.12
HSL163.4º70.15%60.59%-
HSV(B)163.4º62.67%88.24%-
XYZ39.4459.2855.82-
YUV178.4132.2960.67-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 16.97%
GREEN value IS 225 (88.28% from 255) = 45.45%
BLUE value IS 186 (73.05% from 255) = 37.58%
R=16.97%
G=45.45%
B=37.58%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal842251860.6300.170.12163.470.1560.59
Hex54E1BA3F011Ca3463d
Octal124341272770211424310675
Binary101010011100001101110101111110100011100101000111000110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54E1BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,225,186); }

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

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

 a { background-color: rgb(84,225,186); }

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

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

 span { border-color: rgb(84,225,186); }

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