#54E2BA

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

Shades of Medium Aquamarine #54E2BA

Tints of Medium Aquamarine #54E2BA

Color information

#54E2BA (or 0x54E2BA) is unknown color: approx Medium Aquamarine. HEX triplet: 54, E2 and BA. RGB value is (84,226,186). Sum of RGB (Red+Green+Blue) = 84+226+186=496 (65% of max value = 765). Red value is 84 (33.20% from 255 or 16.94% from 496); Green value is 226 (88.67% from 255 or 45.56% from 496); Blue value is 186 (73.05% from 255 or 37.5% from 496); Max value from RGB is 226 - color contains mainly: green. Hex color #54E2BA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #54E2BA is #AB1D45. Grayscale: #B3B3B3. Windows color (decimal): -11214150 or 12247636. OLE color: 12247636.

HSL color Cylindrical-coordinate representation of color #54E2BA: hue angle of 163.1º degrees, saturation: 0.71, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #54E2BA is Cyan = 0.63, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.11.

Color convert

RGB84226186-
CMYK0.6300.180.11
HSL163.1º71%60.78%-
HSV(B)163.1º62.83%88.63%-
XYZ39.7259.8255.91-
YUV178.98131.9660.25-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 16.94%
GREEN value IS 226 (88.67% from 255) = 45.56%
BLUE value IS 186 (73.05% from 255) = 37.5%
R=16.94%
G=45.56%
B=37.5%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal842261860.6300.180.11163.17160.78
Hex54E2BA3F012Ba3473d
Octal124342272770221324310775
Binary101010011100010101110101111110100101011101000111000111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54E2BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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