#55DCA6

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

Shades of Medium Aquamarine #55DCA6

Tints of Medium Aquamarine #55DCA6

Color information

#55DCA6 (or 0x55DCA6) is unknown color: approx Medium Aquamarine. HEX triplet: 55, DC and A6. RGB value is (85,220,166). Sum of RGB (Red+Green+Blue) = 85+220+166=471 (62% of max value = 765). Red value is 85 (33.59% from 255 or 18.05% from 471); Green value is 220 (86.33% from 255 or 46.71% from 471); Blue value is 166 (65.23% from 255 or 35.24% from 471); Max value from RGB is 220 - color contains mainly: green. Hex color #55DCA6 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55DCA6 is #AA2359. Grayscale: #ADADAD. Windows color (decimal): -11150170 or 10935381. OLE color: 10935381.

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

Color convert

RGB85220166-
CMYK0.6100.250.14
HSL156º65.85%59.8%-
HSV(B)156º61.36%86.27%-
XYZ36.2255.8744.95-
YUV173.48123.7764.89-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 18.05%
GREEN value IS 220 (86.33% from 255) = 46.71%
BLUE value IS 166 (65.23% from 255) = 35.24%
R=18.05%
G=46.71%
B=35.24%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal852201660.6100.250.1415665.8559.8
Hex55DCA63D019E9c423c
Octal125334246750311623410274
Binary101010111011100101001101111010110011110100111001000010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55DCA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55DCA6; }

 p { color: rgb(85,220,166); }

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

<style>
 a { background-color: #55DCA6; }

 a { background-color: rgb(85,220,166); }

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

<style>
 span { border-color: #55DCA6; }

 span { border-color: rgb(85,220,166); }

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