#54e194

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

Shades of Medium Aquamarine #54E194

Tints of Medium Aquamarine #54E194

Color information

#54E194 (or 0x54E194) is unknown color: approx Medium Aquamarine. HEX triplet: 54, E1 and 94. RGB value is (84,225,148). Sum of RGB (Red+Green+Blue) = 84+225+148=457 (60% of max value = 765). Red value is 84 (33.20% from 255 or 18.38% from 457); Green value is 225 (88.28% from 255 or 49.23% from 457); Blue value is 148 (58.20% from 255 or 32.39% from 457); Max value from RGB is 225 - color contains mainly: green. Hex color #54E194 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #54E194 is #AB1E6B. Grayscale: #AEAEAE. Windows color (decimal): -11214444 or 9757012. OLE color: 9757012.

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

Color convert

RGB84225148-
CMYK0.6300.340.12
HSL147.23º70.15%60.59%-
HSV(B)147.23º62.67%88.24%-
XYZ35.9357.8737.29-
YUV174.06113.2963.76-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 18.38%
GREEN value IS 225 (88.28% from 255) = 49.23%
BLUE value IS 148 (58.20% from 255) = 32.39%
R=18.38%
G=49.23%
B=32.39%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal842251480.6300.340.12147.2370.1560.59
Hex54E1943F022C93463d
Octal124341224770421422310675
Binary1010100111000011001010011111101000101100100100111000110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54e194

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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