#54DD94

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

Shades of Medium Aquamarine #54DD94

Tints of Medium Aquamarine #54DD94

Color information

#54DD94 (or 0x54DD94) is unknown color: approx Medium Aquamarine. HEX triplet: 54, DD and 94. RGB value is (84,221,148). Sum of RGB (Red+Green+Blue) = 84+221+148=453 (60% of max value = 765). Red value is 84 (33.20% from 255 or 18.54% from 453); Green value is 221 (86.72% from 255 or 48.79% from 453); Blue value is 148 (58.20% from 255 or 32.67% from 453); Max value from RGB is 221 - color contains mainly: green. Hex color #54DD94 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #54DD94 is #AB226B. Grayscale: #ABABAB. Windows color (decimal): -11215468 or 9755988. OLE color: 9755988.

HSL color Cylindrical-coordinate representation of color #54DD94: hue angle of 148.03º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #54DD94 is Cyan = 0.62, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.13.

Color convert

RGB84221148-
CMYK0.6200.330.13
HSL148.03º66.83%59.8%-
HSV(B)148.03º61.99%86.67%-
XYZ34.8655.7436.94-
YUV171.72114.6165.44-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 18.54%
GREEN value IS 221 (86.72% from 255) = 48.79%
BLUE value IS 148 (58.20% from 255) = 32.67%
R=18.54%
G=48.79%
B=32.67%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal842211480.6200.330.13148.0366.8359.8
Hex54DD943E021D94433c
Octal124335224760411522410374
Binary1010100110111011001010011111001000011101100101001000011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54DD94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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