#54D6B4

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

Shades of Medium Aquamarine #54D6B4

Tints of Medium Aquamarine #54D6B4

Color information

#54D6B4 (or 0x54D6B4) is unknown color: approx Medium Aquamarine. HEX triplet: 54, D6 and B4. RGB value is (84,214,180). Sum of RGB (Red+Green+Blue) = 84+214+180=478 (63% of max value = 765). Red value is 84 (33.20% from 255 or 17.57% from 478); Green value is 214 (83.98% from 255 or 44.77% from 478); Blue value is 180 (70.70% from 255 or 37.66% from 478); Max value from RGB is 214 - color contains mainly: green. Hex color #54D6B4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #54D6B4 is #AB294B. Grayscale: #ABABAB. Windows color (decimal): -11217228 or 11851348. OLE color: 11851348.

HSL color Cylindrical-coordinate representation of color #54D6B4: hue angle of 164.31º degrees, saturation: 0.61, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #54D6B4 is Cyan = 0.61, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.16.

Color convert

RGB84214180-
CMYK0.6100.160.16
HSL164.31º61.32%58.43%-
HSV(B)164.31º60.75%83.92%-
XYZ35.9453.2751.57-
YUV171.25132.9365.76-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 17.57%
GREEN value IS 214 (83.98% from 255) = 44.77%
BLUE value IS 180 (70.70% from 255) = 37.66%
R=17.57%
G=44.77%
B=37.66%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal842141800.6100.160.16164.3161.3258.43
Hex54D6B43D01010a43d3a
Octal12432626475020202447572
Binary101010011010110101101001111010100001000010100100111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54D6B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,214,180); }

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

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

 a { background-color: rgb(84,214,180); }

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

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

 span { border-color: rgb(84,214,180); }

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