#55D1AD

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

Shades of Medium Aquamarine #55D1AD

Tints of Medium Aquamarine #55D1AD

Color information

#55D1AD (or 0x55D1AD) is unknown color: approx Medium Aquamarine. HEX triplet: 55, D1 and AD. RGB value is (85,209,173). Sum of RGB (Red+Green+Blue) = 85+209+173=467 (61% of max value = 765). Red value is 85 (33.59% from 255 or 18.20% from 467); Green value is 209 (82.03% from 255 or 44.75% from 467); Blue value is 173 (67.97% from 255 or 37.04% from 467); Max value from RGB is 209 - color contains mainly: green. Hex color #55D1AD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55D1AD is #AA2E52. Grayscale: #A7A7A7. Windows color (decimal): -11152979 or 11391317. OLE color: 11391317.

HSL color Cylindrical-coordinate representation of color #55D1AD: hue angle of 162.58º degrees, saturation: 0.57, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #55D1AD is Cyan = 0.59, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.18.

Color convert

RGB85209173-
CMYK0.5900.170.18
HSL162.58º57.41%57.65%-
HSV(B)162.58º59.33%81.96%-
XYZ34.0950.5547.5-
YUV167.82130.9268.93-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 18.20%
GREEN value IS 209 (82.03% from 255) = 44.75%
BLUE value IS 173 (67.97% from 255) = 37.04%
R=18.20%
G=44.75%
B=37.04%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal852091730.5900.170.18162.5857.4157.65
Hex55D1AD3B01112a3393a
Octal12532125573021222437172
Binary101010111010001101011011110110100011001010100011111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55D1AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,209,173); }

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

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

 a { background-color: rgb(85,209,173); }

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

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

 span { border-color: rgb(85,209,173); }

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