#54DCB8

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

Shades of Medium Aquamarine #54DCB8

Tints of Medium Aquamarine #54DCB8

Color information

#54DCB8 (or 0x54DCB8) is unknown color: approx Medium Aquamarine. HEX triplet: 54, DC and B8. RGB value is (84,220,184). Sum of RGB (Red+Green+Blue) = 84+220+184=488 (64% of max value = 765). Red value is 84 (33.20% from 255 or 17.21% from 488); Green value is 220 (86.33% from 255 or 45.08% from 488); Blue value is 184 (72.27% from 255 or 37.70% from 488); Max value from RGB is 220 - color contains mainly: green. Hex color #54DCB8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #54DCB8 is #AB2347. Grayscale: #AFAFAF. Windows color (decimal): -11215688 or 12115028. OLE color: 12115028.

HSL color Cylindrical-coordinate representation of color #54DCB8: hue angle of 164.12º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #54DCB8 is Cyan = 0.62, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.14.

Color convert

RGB84220184-
CMYK0.6200.160.14
HSL164.12º66.02%59.61%-
HSV(B)164.12º61.82%86.27%-
XYZ37.956.5354.26-
YUV175.23132.9462.93-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 17.21%
GREEN value IS 220 (86.33% from 255) = 45.08%
BLUE value IS 184 (72.27% from 255) = 37.70%
R=17.21%
G=45.08%
B=37.70%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal842201840.6200.160.14164.1266.0259.61
Hex54DCB83E010Ea4423c
Octal124334270760201624410274
Binary101010011011100101110001111100100001110101001001000010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54DCB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,220,184); }

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

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

 a { background-color: rgb(84,220,184); }

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

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

 span { border-color: rgb(84,220,184); }

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