#54DDB3

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

Shades of Medium Aquamarine #54DDB3

Tints of Medium Aquamarine #54DDB3

Color information

#54DDB3 (or 0x54DDB3) is unknown color: approx Medium Aquamarine. HEX triplet: 54, DD and B3. RGB value is (84,221,179). Sum of RGB (Red+Green+Blue) = 84+221+179=484 (64% of max value = 765). Red value is 84 (33.20% from 255 or 17.36% from 484); Green value is 221 (86.72% from 255 or 45.66% from 484); Blue value is 179 (70.31% from 255 or 36.98% from 484); Max value from RGB is 221 - color contains mainly: green. Hex color #54DDB3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #54DDB3 is #AB224C. Grayscale: #AFAFAF. Windows color (decimal): -11215437 or 11787604. OLE color: 11787604.

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

Color convert

RGB84221179-
CMYK0.6200.190.13
HSL161.61º66.83%59.8%-
HSV(B)161.61º61.99%86.67%-
XYZ37.6556.8551.64-
YUV175.25130.1162.92-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 17.36%
GREEN value IS 221 (86.72% from 255) = 45.66%
BLUE value IS 179 (70.31% from 255) = 36.98%
R=17.36%
G=45.66%
B=36.98%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal842211790.6200.190.13161.6166.8359.8
Hex54DDB33E013Da2433c
Octal124335263760231524210374
Binary101010011011101101100111111100100111101101000101000011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54DDB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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