#54E1B3

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

Shades of Medium Aquamarine #54E1B3

Tints of Medium Aquamarine #54E1B3

Color information

#54E1B3 (or 0x54E1B3) is unknown color: approx Medium Aquamarine. HEX triplet: 54, E1 and B3. RGB value is (84,225,179). Sum of RGB (Red+Green+Blue) = 84+225+179=488 (64% of max value = 765). Red value is 84 (33.20% from 255 or 17.21% from 488); Green value is 225 (88.28% from 255 or 46.11% from 488); Blue value is 179 (70.31% from 255 or 36.68% from 488); Max value from RGB is 225 - color contains mainly: green. Hex color #54E1B3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #54E1B3 is #AB1E4C. Grayscale: #B1B1B1. Windows color (decimal): -11214413 or 11788628. OLE color: 11788628.

HSL color Cylindrical-coordinate representation of color #54E1B3: hue angle of 160.43º 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 #54E1B3 is Cyan = 0.63, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.12.

Color convert

RGB84225179-
CMYK0.6300.200.12
HSL160.43º70.15%60.59%-
HSV(B)160.43º62.67%88.24%-
XYZ38.7258.9951.99-
YUV177.6128.7961.24-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 17.21%
GREEN value IS 225 (88.28% from 255) = 46.11%
BLUE value IS 179 (70.31% from 255) = 36.68%
R=17.21%
G=46.11%
B=36.68%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal842251790.6300.200.12160.4370.1560.59
Hex54E1B33F014Ca0463d
Octal124341263770241424010675
Binary101010011100001101100111111110101001100101000001000110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54E1B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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