#54DD9F

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

Shades of Medium Aquamarine #54DD9F

Tints of Medium Aquamarine #54DD9F

Color information

#54DD9F (or 0x54DD9F) is unknown color: approx Medium Aquamarine. HEX triplet: 54, DD and 9F. RGB value is (84,221,159). Sum of RGB (Red+Green+Blue) = 84+221+159=464 (61% of max value = 765). Red value is 84 (33.20% from 255 or 18.10% from 464); Green value is 221 (86.72% from 255 or 47.63% from 464); Blue value is 159 (62.5% from 255 or 34.27% from 464); Max value from RGB is 221 - color contains mainly: green. Hex color #54DD9F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #54DD9F is #AB2260. Grayscale: #ADADAD. Windows color (decimal): -11215457 or 10476884. OLE color: 10476884.

HSL color Cylindrical-coordinate representation of color #54DD9F: hue angle of 152.85º 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 #54DD9F is Cyan = 0.62, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.13.

Color convert

RGB84221159-
CMYK0.6200.280.13
HSL152.85º66.83%59.8%-
HSV(B)152.85º61.99%86.67%-
XYZ35.7756.141.74-
YUV172.97120.1164.54-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 18.10%
GREEN value IS 221 (86.72% from 255) = 47.63%
BLUE value IS 159 (62.5% from 255) = 34.27%
R=18.10%
G=47.63%
B=34.27%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal842211590.6200.280.13152.8566.8359.8
Hex54DD9F3E01CD99433c
Octal124335237760341523110374
Binary101010011011101100111111111100111001101100110011000011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54DD9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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