#55D8A0

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

Shades of Medium Aquamarine #55D8A0

Tints of Medium Aquamarine #55D8A0

Color information

#55D8A0 (or 0x55D8A0) is unknown color: approx Medium Aquamarine. HEX triplet: 55, D8 and A0. RGB value is (85,216,160). Sum of RGB (Red+Green+Blue) = 85+216+160=461 (61% of max value = 765). Red value is 85 (33.59% from 255 or 18.44% from 461); Green value is 216 (84.77% from 255 or 46.85% from 461); Blue value is 160 (62.89% from 255 or 34.71% from 461); Max value from RGB is 216 - color contains mainly: green. Hex color #55D8A0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55D8A0 is #AA275F. Grayscale: #AAAAAA. Windows color (decimal): -11151200 or 10541141. OLE color: 10541141.

HSL color Cylindrical-coordinate representation of color #55D8A0: hue angle of 154.35º degrees, saturation: 0.63, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #55D8A0 is Cyan = 0.61, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.15.

Color convert

RGB85216160-
CMYK0.6100.260.15
HSL154.35º62.68%59.02%-
HSV(B)154.35º60.65%84.71%-
XYZ34.6553.5841.77-
YUV170.45122.167.05-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 18.44%
GREEN value IS 216 (84.77% from 255) = 46.85%
BLUE value IS 160 (62.89% from 255) = 34.71%
R=18.44%
G=46.85%
B=34.71%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal852161600.6100.260.15154.3562.6859.02
Hex55D8A03D01AF9a3f3b
Octal12533024075032172327773
Binary10101011101100010100000111101011010111110011010111111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55D8A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,216,160); }

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

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

 a { background-color: rgb(85,216,160); }

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

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

 span { border-color: rgb(85,216,160); }

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